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