| 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 af7ea86da9e3bbd4d5eba600d0a20c7bc455f8a7..348ede56b24833a8d34cc9864325af272889d9ff 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.
|
|
|