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