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

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: Created 7 years, 10 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: cc/animation.cc
diff --git a/cc/animation.cc b/cc/animation.cc
index 9d71a1f00860535d234c9f9499ad3ea22d8a9554..7306df461063276ab04ff32c455341fd72c53fed 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_isImplAnimationOnly(false)
{
}

Powered by Google App Engine
This is Rietveld 408576698