| Index: Source/core/html/canvas/WebGLCompressedTextureETC1.h
|
| diff --git a/Source/core/html/canvas/WebGLCompressedTextureETC1.h b/Source/core/html/canvas/WebGLCompressedTextureETC1.h
|
| index 94daeb65a4ff382eb51bc840268534c06cc18763..e1055b2cc0e68ac1e8cd61e5b297c59059991c48 100644
|
| --- a/Source/core/html/canvas/WebGLCompressedTextureETC1.h
|
| +++ b/Source/core/html/canvas/WebGLCompressedTextureETC1.h
|
| @@ -11,7 +11,7 @@
|
|
|
| namespace blink {
|
|
|
| -class WebGLCompressedTextureETC1 FINAL : public WebGLExtension, public ScriptWrappable {
|
| +class WebGLCompressedTextureETC1 final : public WebGLExtension, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<WebGLCompressedTextureETC1> create(WebGLRenderingContextBase*);
|
| @@ -19,7 +19,7 @@ public:
|
| static const char* extensionName();
|
|
|
| virtual ~WebGLCompressedTextureETC1();
|
| - virtual WebGLExtensionName name() const OVERRIDE;
|
| + virtual WebGLExtensionName name() const override;
|
|
|
| private:
|
| explicit WebGLCompressedTextureETC1(WebGLRenderingContextBase*);
|
|
|