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