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

Unified Diff: cc/layer_animation_controller.h

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/layer_animation_controller.h
diff --git a/cc/layer_animation_controller.h b/cc/layer_animation_controller.h
index bfcf93fc7137aa15467988165f8adfa8c39867d7..aa91b25a08f77ea9d4473c0366732e63fc819caf 100644
--- a/cc/layer_animation_controller.h
+++ b/cc/layer_animation_controller.h
@@ -49,6 +49,7 @@ public:
virtual void pushAnimationUpdatesTo(LayerAnimationController*);
void animate(double monotonicTime);
+ void accumulatePropertyUpdates(double monotonicTime, AnimationEventsVector*);
void updateState(AnimationEventsVector*);
// Returns the active animation in the given group, animating the given property, if such an

Powered by Google App Engine
This is Rietveld 408576698