| Index: Source/core/html/canvas/OESTextureFloat.h
|
| diff --git a/Source/core/html/canvas/OESTextureFloat.h b/Source/core/html/canvas/OESTextureFloat.h
|
| index 15322a9deaf63fc9ff76e51e2affa58e150243c1..5f32e4e36750a124a3e517c85d4c0635ba730df5 100644
|
| --- a/Source/core/html/canvas/OESTextureFloat.h
|
| +++ b/Source/core/html/canvas/OESTextureFloat.h
|
| @@ -34,15 +34,15 @@ namespace WebCore {
|
|
|
| class OESTextureFloat : 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* getExtensionName();
|
|
|
| virtual ~OESTextureFloat();
|
| virtual ExtensionName getName() const;
|
|
|
| private:
|
| - OESTextureFloat(WebGLRenderingContext*);
|
| + OESTextureFloat(WebGLRenderingContextBase*);
|
| };
|
|
|
| } // namespace WebCore
|
|
|