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

Unified Diff: Source/core/animation/ActiveAnimations.h

Issue 22364002: Web Animations: Address some review feedback to clean up CSS Animations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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 | « no previous file | Source/core/animation/css/CSSAnimations.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/ActiveAnimations.h
diff --git a/Source/core/animation/ActiveAnimations.h b/Source/core/animation/ActiveAnimations.h
index 824ca95a269c22b6aefc7271ac150c9d4f3aaf75..b57283b770617b2c8f361da2f06f9f1d6f81d94a 100644
--- a/Source/core/animation/ActiveAnimations.h
+++ b/Source/core/animation/ActiveAnimations.h
@@ -44,9 +44,9 @@ public:
// Animations that are currently active for this element, their effects will be applied
// during a style recalc.
AnimationStack* defaultStack() { return &m_defaultStack; }
- // Tracks the state of active CSS Animations. When active the individual animations will
- // also be part of the default stack, but the mapping betwen animation name and player
- // is kept here.
+ // Tracks the state of active CSS Animations. The individual animations will also be
+ // part of the default stack, but the mapping betwen animation name and player is kept
+ // here.
CSSAnimations* cssAnimations() { return &m_cssAnimations; }
// FIXME: Add AnimationStack for CSS Transitions
// CSS Transitions form a separate animation stack as they apply at a different level of
« no previous file with comments | « no previous file | Source/core/animation/css/CSSAnimations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698