Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(362)

Unified Diff: Source/core/dom/Element.h

Issue 1000413003: Clear need for animation style for forced styleForElement. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed review issue Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/Document.cpp ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « Source/core/dom/Document.cpp ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698