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