Index: Source/core/html/HTMLCanvasElement.h |
diff --git a/Source/core/html/HTMLCanvasElement.h b/Source/core/html/HTMLCanvasElement.h |
index fa7ad1e8e8e6f016872a5483695b3220ad395423..5399d83d22412ceb95de285674511312d9820fd8 100644 |
--- a/Source/core/html/HTMLCanvasElement.h |
+++ b/Source/core/html/HTMLCanvasElement.h |
@@ -123,13 +123,13 @@ public: |
bool shouldAccelerate(const IntSize&) const; |
- InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
+ virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
private: |
explicit HTMLCanvasElement(Document&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
- virtual RenderObject* createRenderer(RenderStyle*); |
+ virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; |
virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; } |
void reset(); |