| Index: cc/animation/element_animations.h
|
| diff --git a/cc/animation/element_animations.h b/cc/animation/element_animations.h
|
| index 3be49e2e8ff6e7cbabce9649adb6d06f2344750c..f8fdcb9169bdd5f25a0b19dc702af5eeb86cb363 100644
|
| --- a/cc/animation/element_animations.h
|
| +++ b/cc/animation/element_animations.h
|
| @@ -80,8 +80,6 @@ class CC_EXPORT ElementAnimations : public base::RefCounted<ElementAnimations> {
|
| bool needs_completion = false);
|
|
|
| void Animate(base::TimeTicks monotonic_time);
|
| - void AccumulatePropertyUpdates(base::TimeTicks monotonic_time,
|
| - AnimationEvents* events);
|
|
|
| void UpdateState(bool start_ready_animations, AnimationEvents* events);
|
|
|
|
|