Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 0f313bfa1305916fdb41807a5732b5fcf5b7cea5..29c0281756e6404825f52bde648e0c2d60cb7577 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -313,7 +313,8 @@ public: |
virtual bool layoutObjectIsNeeded(const LayoutStyle&); |
void recalcStyle(StyleRecalcChange, Text* nextTextSibling = nullptr); |
void pseudoStateChanged(CSSSelector::PseudoType); |
- void setAnimationStyleChange(bool); |
+ void setAnimationStyleChange(bool) const; |
esprehn
2015/03/19 10:40:58
Setters should not be const.
|
+ void clearAnimationStyleChange() const; |
void setNeedsAnimationStyleRecalc(); |
void setNeedsCompositingUpdate(); |