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