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..2287b7aaf9be6d7e2858da79eab3a4a75032b73c 100644 |
--- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h |
+++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h |
@@ -266,7 +266,7 @@ protected: |
// 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. |
- WebGLTexture* validateTexture3DBinding(const char* functionName, GLenum target); |
+ WebGLTexture* validateTexture3DBinding(const char* functionName, GLenum target) override; |
WebGLBuffer* validateBufferDataTarget(const char* functionName, GLenum target) override; |
bool validateBufferDataUsage(const char* functionName, GLenum usage) override; |