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