| Index: Source/core/html/canvas/WebGLTexture.h
|
| diff --git a/Source/core/html/canvas/WebGLTexture.h b/Source/core/html/canvas/WebGLTexture.h
|
| index a23ab4c717b2e8c652fc0e29f2cd2b8394c0b601..bb086c08a100ab575e68ab7306c13a64a1f720ea 100644
|
| --- a/Source/core/html/canvas/WebGLTexture.h
|
| +++ b/Source/core/html/canvas/WebGLTexture.h
|
| @@ -42,7 +42,7 @@ public:
|
| };
|
| virtual ~WebGLTexture();
|
|
|
| - static PassRefPtr<WebGLTexture> create(WebGLRenderingContext*);
|
| + static PassRefPtr<WebGLTexture> create(WebGLRenderingContextBase*);
|
|
|
| void setTarget(GLenum target, GLint maxLevel);
|
| void setParameteri(GLenum pname, GLint param);
|
| @@ -76,7 +76,7 @@ public:
|
| static GLint computeLevelCount(GLsizei width, GLsizei height);
|
|
|
| protected:
|
| - WebGLTexture(WebGLRenderingContext*);
|
| + WebGLTexture(WebGLRenderingContextBase*);
|
|
|
| virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
|
|
|
|
|