Index: Source/core/html/HTMLCanvasElement.h |
diff --git a/Source/core/html/HTMLCanvasElement.h b/Source/core/html/HTMLCanvasElement.h |
index a2be58c4a29282968ea828924774c3ad7ae71ce3..b78743661e7993bc18e65a636ac086d78a35b5fd 100644 |
--- a/Source/core/html/HTMLCanvasElement.h |
+++ b/Source/core/html/HTMLCanvasElement.h |
@@ -171,6 +171,7 @@ private: |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) override; |
virtual RenderObject* createRenderer(RenderStyle*) override; |
+ virtual void didRecalcStyle(StyleRecalcChange) override; |
virtual bool areAuthorShadowsAllowed() const override { return false; } |
void reset(); |