| Index: Source/core/html/canvas/WebGLCompressedTexturePVRTC.h
|
| diff --git a/Source/core/html/canvas/WebGLCompressedTexturePVRTC.h b/Source/core/html/canvas/WebGLCompressedTexturePVRTC.h
|
| index 3c9709b071d5fe4b7dacdea03e7c61413aa44558..789933cb75d5219701a4aee3c242490dca20f9c0 100644
|
| --- a/Source/core/html/canvas/WebGLCompressedTexturePVRTC.h
|
| +++ b/Source/core/html/canvas/WebGLCompressedTexturePVRTC.h
|
| @@ -40,6 +40,7 @@ public:
|
|
|
| virtual ~WebGLCompressedTexturePVRTC();
|
| virtual ExtensionName getName() const;
|
| + virtual void enable();
|
|
|
| private:
|
| WebGLCompressedTexturePVRTC(WebGLRenderingContext*);
|
|
|