Index: third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h |
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h |
index bd12bf13dc5d2de9f75df2e808a6c49e70e56166..8dd4da88fe17a9105f1de8ceeb8340893cff85c8 100644 |
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h |
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h |
@@ -57,6 +57,7 @@ public: |
void registerContextExtensions() override; |
void setCanvasGetContextResult(RenderingContext&) final; |
void setOffscreenCanvasGetContextResult(OffscreenRenderingContext&) final; |
+ WebGLTexture* validateTexture3DBinding(const char* functionName, GLenum target) final { return nullptr; } |
EAGERLY_FINALIZE(); |
DECLARE_VIRTUAL_TRACE(); |