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

Unified Diff: cc/animation.cc

Issue 12453010: Allow impl-only animations, and return opacity values via AnimationEvents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nits, patch for submission. Created 7 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 | « cc/animation.h ('k') | cc/animation_events.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation.cc
diff --git a/cc/animation.cc b/cc/animation.cc
index 9d71a1f00860535d234c9f9499ad3ea22d8a9554..2dec58d71f82ddda9feda68a557b67d6a8866f82 100644
--- a/cc/animation.cc
+++ b/cc/animation.cc
@@ -59,6 +59,7 @@ Animation::Animation(scoped_ptr<AnimationCurve> curve, int animationId, int grou
, m_pauseTime(0)
, m_totalPausedTime(0)
, m_isControllingInstance(false)
+ , m_isImplOnly(false)
{
}
« no previous file with comments | « cc/animation.h ('k') | cc/animation_events.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698