Index: third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h |
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h |
index 345fc58b508080117b89f4990606530c1a111309..c1238dca0a56ff7568da39c73930889d91dfadf8 100644 |
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h |
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h |
@@ -837,9 +837,6 @@ protected: |
// is valid. |
bool isTexInternalFormatColorBufferCombinationValid(GLenum texInternalFormat, GLenum colorBufferFormat); |
- // Helper function to get the bound framebuffer's color buffer format. |
- virtual GLenum boundFramebufferColorFormat(); |
- |
// Helper function to verify limits on the length of uniform and attribute locations. |
virtual unsigned getMaxWebGLLocationLength() const { return 256; } |
bool validateLocationLength(const char* functionName, const String&); |