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