| Index: third_party/WebKit/Source/modules/webgl/WebGLDepthTexture.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLDepthTexture.h b/third_party/WebKit/Source/modules/webgl/WebGLDepthTexture.h
|
| index f7c14d82f5c9dbdd8ec0d179936205149485fa8a..d3642a9f1c040aff3788add11505e90087ee2ed6 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLDepthTexture.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLDepthTexture.h
|
| @@ -38,7 +38,6 @@ class WebGLDepthTexture final : public WebGLExtension {
|
| static bool supported(WebGLRenderingContextBase*);
|
| static const char* extensionName();
|
|
|
| - ~WebGLDepthTexture() override;
|
| WebGLExtensionName name() const override;
|
|
|
| private:
|
|
|