| Index: Source/core/html/canvas/OESTextureHalfFloatLinear.h
|
| diff --git a/Source/core/html/canvas/OESTextureHalfFloatLinear.h b/Source/core/html/canvas/OESTextureHalfFloatLinear.h
|
| index 0258535602c23dd56ed3fe0fa2aa34ca3105ce76..cef40eda093a23a864c7a9c11cfa2472e2d4b1b5 100644
|
| --- a/Source/core/html/canvas/OESTextureHalfFloatLinear.h
|
| +++ b/Source/core/html/canvas/OESTextureHalfFloatLinear.h
|
| @@ -34,15 +34,15 @@ namespace WebCore {
|
|
|
| class OESTextureHalfFloatLinear : public WebGLExtension, public ScriptWrappable {
|
| public:
|
| - static PassRefPtr<OESTextureHalfFloatLinear> create(WebGLRenderingContext*);
|
| - static bool supported(WebGLRenderingContext*);
|
| + static PassRefPtr<OESTextureHalfFloatLinear> create(WebGLRenderingContextBase*);
|
| + static bool supported(WebGLRenderingContextBase*);
|
| static const char* getExtensionName();
|
|
|
| virtual ~OESTextureHalfFloatLinear();
|
| - virtual ExtensionName getName() const;
|
| + virtual WebGLExtensionName getName() const;
|
|
|
| private:
|
| - OESTextureHalfFloatLinear(WebGLRenderingContext*);
|
| + OESTextureHalfFloatLinear(WebGLRenderingContextBase*);
|
| };
|
|
|
| } // namespace WebCore
|
|
|