| 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 0fbc8c360955d458ad9ad99e5f63fc1348a52c72..9263e7415a7dc6f140453ca97d8f67f9b8dba039 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| @@ -996,10 +996,10 @@ protected:
|
| bool validateImageBitmap(const char* functionName, ImageBitmap*, ExceptionState&);
|
|
|
| // Helper function to validate drawArrays(Instanced) calls
|
| - bool validateDrawArrays(const char* functionName, GLenum mode, GLint first, GLsizei count);
|
| + bool validateDrawArrays(const char* functionName);
|
|
|
| // Helper function to validate drawElements(Instanced) calls
|
| - bool validateDrawElements(const char* functionName, GLenum mode, GLsizei count, GLenum type, long long offset);
|
| + bool validateDrawElements(const char* functionName, GLenum type, long long offset);
|
|
|
| // Helper functions to bufferData() and bufferSubData().
|
| void bufferDataImpl(GLenum target, long long size, const void* data, GLenum usage);
|
|
|