Index: Source/core/html/canvas/WebGLFramebuffer.h |
diff --git a/Source/core/html/canvas/WebGLFramebuffer.h b/Source/core/html/canvas/WebGLFramebuffer.h |
index 107f6f2945a44d9d7e9f0fb3e66e9c9fb7bf2136..e8705e6118707f602a4c1c21c052fd4ac4f15e99 100644 |
--- a/Source/core/html/canvas/WebGLFramebuffer.h |
+++ b/Source/core/html/canvas/WebGLFramebuffer.h |
@@ -75,8 +75,6 @@ public: |
WebGLSharedObject* getAttachmentObject(GLenum) const; |
GLenum colorBufferFormat() const; |
- GLsizei colorBufferWidth() const; |
- GLsizei colorBufferHeight() const; |
// This should always be called before drawArray, drawElements, clear, |
// readPixels, copyTexImage2D, copyTexSubImage2D if this framebuffer is |