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

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: 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
Index: Source/core/dom/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index 0f313bfa1305916fdb41807a5732b5fcf5b7cea5..245ce0cc3ae21f7a579bbf8abd4b573719d6e21c 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -485,6 +485,7 @@ public:
ElementAnimations* elementAnimations() const;
ElementAnimations& ensureElementAnimations();
bool hasAnimations() const;
+ void clearAnimationStyleChange();
InputMethodContext& inputMethodContext();
bool hasInputMethodContext() const;

Powered by Google App Engine
This is Rietveld 408576698