diff options
Diffstat (limited to 'WebCore/platform/graphics/gpu/SharedGraphicsContext3D.h')
-rw-r--r-- | WebCore/platform/graphics/gpu/SharedGraphicsContext3D.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/gpu/SharedGraphicsContext3D.h b/WebCore/platform/graphics/gpu/SharedGraphicsContext3D.h index 86c64b4..a1ae8f2 100644 --- a/WebCore/platform/graphics/gpu/SharedGraphicsContext3D.h +++ b/WebCore/platform/graphics/gpu/SharedGraphicsContext3D.h @@ -124,6 +124,7 @@ private: void removeTextureFor(NativeImagePtr); RefPtr<GraphicsContext3D> m_context; + bool m_bgraSupported; unsigned m_quadVertices; |