| 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
|
|
|