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