Index: Source/core/html/canvas/OESVertexArrayObject.h |
diff --git a/Source/core/html/canvas/OESVertexArrayObject.h b/Source/core/html/canvas/OESVertexArrayObject.h |
index c703d967e3bd569900ede2bcbfca521426b4cb6d..d790bc0c53502b06a586cfa844108ac3ca972927 100644 |
--- a/Source/core/html/canvas/OESVertexArrayObject.h |
+++ b/Source/core/html/canvas/OESVertexArrayObject.h |
@@ -35,14 +35,14 @@ namespace WebCore { |
class WebGLRenderingContext; |
class WebGLVertexArrayObjectOES; |
-class OESVertexArrayObject : public WebGLExtension, public ScriptWrappable { |
+class OESVertexArrayObject FINAL : public WebGLExtension, public ScriptWrappable { |
public: |
static PassRefPtr<OESVertexArrayObject> create(WebGLRenderingContext*); |
static bool supported(WebGLRenderingContext*); |
static const char* extensionName(); |
virtual ~OESVertexArrayObject(); |
- virtual ExtensionName name() const; |
+ virtual ExtensionName name() const OVERRIDE; |
PassRefPtr<WebGLVertexArrayObjectOES> createVertexArrayOES(); |
void deleteVertexArrayOES(WebGLVertexArrayObjectOES*); |