| Index: third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
|
| index fd978cdac831c8d54ae244007f9fa6044ce41d39..73f6fe12be0c871be4cb85d7e4a07d59f7946a11 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
|
| @@ -235,7 +235,6 @@ protected:
|
|
|
| ScriptValue getInt64Parameter(ScriptState*, GLenum);
|
|
|
| - void texSubImage3DImpl(GLenum, GLint, GLint, GLint, GLint, GLenum, GLenum, Image*, WebGLImageConversion::ImageHtmlDomSource, bool, bool);
|
| void samplerParameter(WebGLSampler*, GLenum, GLfloat, GLint, bool);
|
|
|
| bool isBufferBoundToTransformFeedback(WebGLBuffer*);
|
| @@ -263,6 +262,7 @@ protected:
|
| GLint getMaxTextureLevelForTarget(GLenum target) override;
|
| void renderbufferStorageImpl(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, const char* functionName) override;
|
|
|
| + WebGLTexture* validateTexImageBinding(const char*, TexImageFunctionID, GLenum) override;
|
| // Helper function to check texture 3D target and texture bound to the target.
|
| // Generate GL errors and return 0 if target is invalid or texture bound is
|
| // null. Otherwise, return the texture bound to the target.
|
|
|