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 05f34990b621ef4b688365ad63ef979baacbb049..7c39ae7989cac505d68586e21309cdf2474b5952 100644 |
--- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h |
+++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h |
@@ -263,6 +263,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*, TexImageFunctionName, 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. |