Index: Source/modules/webgl/WebGLDepthTexture.h |
diff --git a/Source/modules/webgl/WebGLDepthTexture.h b/Source/modules/webgl/WebGLDepthTexture.h |
index 59c6c50a05b6982109d1eed8aee5d774d1822ec3..dcaaa4768f847718bfb1ad032437c14c667b3bac 100644 |
--- a/Source/modules/webgl/WebGLDepthTexture.h |
+++ b/Source/modules/webgl/WebGLDepthTexture.h |
@@ -38,8 +38,8 @@ public: |
static bool supported(WebGLRenderingContextBase*); |
static const char* extensionName(); |
- virtual ~WebGLDepthTexture(); |
- virtual WebGLExtensionName name() const override; |
+ ~WebGLDepthTexture() override; |
+ WebGLExtensionName name() const override; |
private: |
explicit WebGLDepthTexture(WebGLRenderingContextBase*); |