Index: Source/modules/webgl/WebGL2RenderingContext.h |
diff --git a/Source/modules/webgl/WebGL2RenderingContext.h b/Source/modules/webgl/WebGL2RenderingContext.h |
index 826e39204645f5917363bdbc6829288a80ebe1d2..7922359897bd480482c7a8e816f4fa954495fddd 100644 |
--- a/Source/modules/webgl/WebGL2RenderingContext.h |
+++ b/Source/modules/webgl/WebGL2RenderingContext.h |
@@ -41,6 +41,7 @@ protected: |
PersistentWillBeMember<CHROMIUMSubscribeUniform> m_chromiumSubscribeUniform; |
PersistentWillBeMember<EXTTextureFilterAnisotropic> m_extTextureFilterAnisotropic; |
PersistentWillBeMember<OESTextureFloatLinear> m_oesTextureFloatLinear; |
+ PersistentWillBeMember<WebGLCompressedTextureASTC> m_webglCompressedTextureASTC; |
PersistentWillBeMember<WebGLCompressedTextureATC> m_webglCompressedTextureATC; |
PersistentWillBeMember<WebGLCompressedTextureETC1> m_webglCompressedTextureETC1; |
PersistentWillBeMember<WebGLCompressedTexturePVRTC> m_webglCompressedTexturePVRTC; |