| Index: Source/core/html/canvas/WebGLCompressedTextureS3TC.h
|
| diff --git a/Source/core/html/canvas/WebGLCompressedTextureS3TC.h b/Source/core/html/canvas/WebGLCompressedTextureS3TC.h
|
| index 24a1d57847a8984f7b2b2490ee5739c47729bd4d..b9db85af74d5b866717bce459ca4cac5222856cd 100644
|
| --- a/Source/core/html/canvas/WebGLCompressedTextureS3TC.h
|
| +++ b/Source/core/html/canvas/WebGLCompressedTextureS3TC.h
|
| @@ -43,6 +43,7 @@ public:
|
|
|
| virtual ~WebGLCompressedTextureS3TC();
|
| virtual ExtensionName getName() const;
|
| + virtual void enable();
|
|
|
| private:
|
| WebGLCompressedTextureS3TC(WebGLRenderingContext*);
|
|
|