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