| Index: Source/core/html/canvas/WebGLFramebuffer.h
|
| diff --git a/Source/core/html/canvas/WebGLFramebuffer.h b/Source/core/html/canvas/WebGLFramebuffer.h
|
| index 7b6edbabe7e7553a0f128e3250a55640e5322b8e..1397a0b7f540ee28f5902f6d77c7e41da6279cbe 100644
|
| --- a/Source/core/html/canvas/WebGLFramebuffer.h
|
| +++ b/Source/core/html/canvas/WebGLFramebuffer.h
|
| @@ -66,7 +66,7 @@ public:
|
|
|
| virtual ~WebGLFramebuffer();
|
|
|
| - static PassRefPtr<WebGLFramebuffer> create(WebGLRenderingContext*);
|
| + static PassRefPtr<WebGLFramebuffer> create(WebGLRenderingContextBase*);
|
|
|
| void setAttachmentForBoundFramebuffer(GC3Denum attachment, GC3Denum texTarget, WebGLTexture*, GC3Dint level);
|
| void setAttachmentForBoundFramebuffer(GC3Denum attachment, WebGLRenderbuffer*);
|
| @@ -106,7 +106,7 @@ public:
|
| GC3Denum getDrawBuffer(GC3Denum);
|
|
|
| protected:
|
| - WebGLFramebuffer(WebGLRenderingContext*);
|
| + WebGLFramebuffer(WebGLRenderingContextBase*);
|
|
|
| virtual void deleteObjectImpl(GraphicsContext3D*, Platform3DObject);
|
|
|
|
|