Index: Source/core/html/canvas/OESTextureHalfFloat.h |
diff --git a/Source/core/html/canvas/OESTextureHalfFloat.h b/Source/core/html/canvas/OESTextureHalfFloat.h |
index 953d3110f07dd1b3bd050b79c2bc377779d7d67f..811f47cff85c5c7f73f589f012797cde159081a3 100644 |
--- a/Source/core/html/canvas/OESTextureHalfFloat.h |
+++ b/Source/core/html/canvas/OESTextureHalfFloat.h |
@@ -32,14 +32,14 @@ |
namespace WebCore { |
-class OESTextureHalfFloat : public WebGLExtension, public ScriptWrappable { |
+class OESTextureHalfFloat FINAL : public WebGLExtension, public ScriptWrappable { |
public: |
static PassRefPtr<OESTextureHalfFloat> create(WebGLRenderingContext*); |
static bool supported(WebGLRenderingContext*); |
static const char* extensionName(); |
virtual ~OESTextureHalfFloat(); |
- virtual ExtensionName name() const; |
+ virtual ExtensionName name() const OVERRIDE; |
private: |
OESTextureHalfFloat(WebGLRenderingContext*); |