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