| Index: Source/core/html/canvas/OESStandardDerivatives.h
|
| diff --git a/Source/core/html/canvas/OESStandardDerivatives.h b/Source/core/html/canvas/OESStandardDerivatives.h
|
| index e47e9c3495325245c83da9b2e303b2422501cda1..8eb7226eb20e60bdf859178a087202f5d7ecab14 100644
|
| --- a/Source/core/html/canvas/OESStandardDerivatives.h
|
| +++ b/Source/core/html/canvas/OESStandardDerivatives.h
|
| @@ -34,15 +34,15 @@ namespace WebCore {
|
|
|
| class OESStandardDerivatives FINAL : 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* extensionName();
|
|
|
| virtual ~OESStandardDerivatives();
|
| - virtual ExtensionName name() const OVERRIDE;
|
| + virtual WebGLExtensionName name() const OVERRIDE;
|
|
|
| private:
|
| - OESStandardDerivatives(WebGLRenderingContext*);
|
| + OESStandardDerivatives(WebGLRenderingContextBase*);
|
| };
|
|
|
| } // namespace WebCore
|
|
|