Index: Source/core/html/HTMLCanvasElement.h |
diff --git a/Source/core/html/HTMLCanvasElement.h b/Source/core/html/HTMLCanvasElement.h |
index fad2dcb8213f4d4f562294559b804d736ae86ec4..781477b3e98f72d5a371a479b2fa80b0c32d4c7f 100644 |
--- a/Source/core/html/HTMLCanvasElement.h |
+++ b/Source/core/html/HTMLCanvasElement.h |
@@ -138,7 +138,7 @@ private: |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*); |
- virtual void attach(); |
+ virtual void attach(const AttachContext& = AttachContext()) OVERRIDE; |
virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; } |
void reset(); |