| Index: Source/core/html/canvas/WebGLFramebuffer.h
|
| diff --git a/Source/core/html/canvas/WebGLFramebuffer.h b/Source/core/html/canvas/WebGLFramebuffer.h
|
| index 2e3e0f7d8dc56806f98c9cc4a536cb9810d57382..107f6f2945a44d9d7e9f0fb3e66e9c9fb7bf2136 100644
|
| --- a/Source/core/html/canvas/WebGLFramebuffer.h
|
| +++ b/Source/core/html/canvas/WebGLFramebuffer.h
|
| @@ -64,7 +64,7 @@ public:
|
|
|
| virtual ~WebGLFramebuffer();
|
|
|
| - static PassRefPtr<WebGLFramebuffer> create(WebGLRenderingContext*);
|
| + static PassRefPtr<WebGLFramebuffer> create(WebGLRenderingContextBase*);
|
|
|
| void setAttachmentForBoundFramebuffer(GLenum attachment, GLenum texTarget, WebGLTexture*, GLint level);
|
| void setAttachmentForBoundFramebuffer(GLenum attachment, WebGLRenderbuffer*);
|
| @@ -102,7 +102,7 @@ public:
|
| GLenum getDrawBuffer(GLenum);
|
|
|
| protected:
|
| - WebGLFramebuffer(WebGLRenderingContext*);
|
| + WebGLFramebuffer(WebGLRenderingContextBase*);
|
|
|
| virtual void deleteObjectImpl(blink::WebGraphicsContext3D*, Platform3DObject) OVERRIDE;
|
|
|
|
|