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