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 53bc5d0c0a9c7ac698919946d0149287ba92ed5b..b5873ec7d1af830de3aa9652dfc66a40eb9e45a7 100644 |
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h |
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h |
@@ -907,9 +907,6 @@ protected: |
// are valid. Otherwise, generates appropriate error and returns false. |
bool validateReadPixelsFuncParameters(GLsizei width, GLsizei height, GLenum format, GLenum type, long long bufferSize); |
- // Helper function to check type and size of vertexAttribPointer. Return true if type and size are valid. Otherwise, generates appropriates error and return false. |
- virtual bool validateVertexAttribPointerTypeAndSize(GLenum type, GLint size); |
- |
virtual GLint getMaxTextureLevelForTarget(GLenum target); |
// Helper function to check input level for functions {copy}Tex{Sub}Image. |