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