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