| Index: Source/modules/webgl/WebGLRenderingContextBase.h
|
| diff --git a/Source/modules/webgl/WebGLRenderingContextBase.h b/Source/modules/webgl/WebGLRenderingContextBase.h
|
| index 3a4a618cf7d700c9130f2e281adffccdb21da2ec..6ade8ce8b6179662e381300b5dd28e7fbb24b5d7 100644
|
| --- a/Source/modules/webgl/WebGLRenderingContextBase.h
|
| +++ b/Source/modules/webgl/WebGLRenderingContextBase.h
|
| @@ -889,7 +889,7 @@ protected:
|
| // Helper function to validate that the given ArrayBufferView
|
| // is of the correct type and contains enough data for the texImage call.
|
| // Generates GL error and returns false if parameters are invalid.
|
| - bool validateTexFuncData(const char* functionName, GLint level, GLsizei width, GLsizei height, GLenum internalformat, GLenum format, GLenum type, DOMArrayBufferView* pixels, NullDisposition);
|
| + bool validateTexFuncData(const char* functionName, GLint level, GLsizei width, GLsizei height, GLenum format, GLenum type, DOMArrayBufferView* pixels, NullDisposition);
|
|
|
| // Helper function to validate that a copyTexSubImage call is valid.
|
| bool validateCopyTexSubImage(const char* functionName, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
|
|
|