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