Skip to content
  • achristensen@apple.com's avatar
    Speculative implementation of missing GraphicsContext3D methods on Windows. · 787a6c3a
    achristensen@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=119167
    
    Reviewed by Dean Jackson.
    
    * WebCore.vcxproj/WebCore.vcxproj:
    * WebCore.vcxproj/WebCore.vcxproj.filters:
    * platform/graphics/win/GraphicsContext3DWin.cpp: Added.
    (WebCore::GraphicsContext3DPrivate::GraphicsContext3DPrivate):
    (WebCore::GraphicsContext3DPrivate::~GraphicsContext3DPrivate):
    (WebCore::GraphicsContext3D::create):
    (WebCore::GraphicsContext3D::GraphicsContext3D):
    (WebCore::GraphicsContext3D::~GraphicsContext3D):
    (WebCore::GraphicsContext3D::setContextLostCallback):
    (WebCore::GraphicsContext3D::setErrorMessageCallback):
    (WebCore::GraphicsContext3D::makeContextCurrent):
    (WebCore::GraphicsContext3D::platformGraphicsContext3D):
    (WebCore::GraphicsContext3D::platformTexture):
    (WebCore::GraphicsContext3D::isGLES2Compliant):
    (WebCore::GraphicsContext3D::platformLayer):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@153441 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    787a6c3a