X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fhtml%2Fcanvas%2FOESTextureHalfFloat.h;h=0af59f2dfef175fc915910376ffc3378fdad9f54;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=65673a9b43c38fa57b81116f38ed69487ec2e181;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/html/canvas/OESTextureHalfFloat.h b/src/third_party/WebKit/Source/core/html/canvas/OESTextureHalfFloat.h index 65673a9..0af59f2 100644 --- a/src/third_party/WebKit/Source/core/html/canvas/OESTextureHalfFloat.h +++ b/src/third_party/WebKit/Source/core/html/canvas/OESTextureHalfFloat.h @@ -32,7 +32,7 @@ namespace blink { -class OESTextureHalfFloat FINAL : public WebGLExtension, public ScriptWrappable { +class OESTextureHalfFloat final : public WebGLExtension, public ScriptWrappable { DEFINE_WRAPPERTYPEINFO(); public: static PassRefPtrWillBeRawPtr create(WebGLRenderingContextBase*); @@ -40,7 +40,7 @@ public: static const char* extensionName(); virtual ~OESTextureHalfFloat(); - virtual WebGLExtensionName name() const OVERRIDE; + virtual WebGLExtensionName name() const override; private: explicit OESTextureHalfFloat(WebGLRenderingContextBase*);