| Index: Source/core/html/canvas/WebGLCompressedTexturePVRTC.h
|
| diff --git a/Source/core/html/canvas/WebGLCompressedTexturePVRTC.h b/Source/core/html/canvas/WebGLCompressedTexturePVRTC.h
|
| index 786c8217792696356b21ce29ae285e7348baddc3..27cde75bca7b6d35d9909bf1dc23ad0ff05da5be 100644
|
| --- a/Source/core/html/canvas/WebGLCompressedTexturePVRTC.h
|
| +++ b/Source/core/html/canvas/WebGLCompressedTexturePVRTC.h
|
| @@ -34,15 +34,15 @@ namespace WebCore {
|
|
|
| class WebGLCompressedTexturePVRTC FINAL : public WebGLExtension, public ScriptWrappable {
|
| public:
|
| - static PassRefPtr<WebGLCompressedTexturePVRTC> create(WebGLRenderingContext*);
|
| - static bool supported(WebGLRenderingContext*);
|
| + static PassRefPtr<WebGLCompressedTexturePVRTC> create(WebGLRenderingContextBase*);
|
| + static bool supported(WebGLRenderingContextBase*);
|
| static const char* extensionName();
|
|
|
| virtual ~WebGLCompressedTexturePVRTC();
|
| - virtual ExtensionName name() const OVERRIDE;
|
| + virtual WebGLExtensionName name() const OVERRIDE;
|
|
|
| private:
|
| - WebGLCompressedTexturePVRTC(WebGLRenderingContext*);
|
| + WebGLCompressedTexturePVRTC(WebGLRenderingContextBase*);
|
| };
|
|
|
| } // namespace WebCore
|
|
|