| Index: cc/animation/element_animations.h
|
| diff --git a/cc/animation/element_animations.h b/cc/animation/element_animations.h
|
| index a3317a09a77ad1c3b233aa71e688cae7f21c000e..db3f2d011512ead68774fb0e5444a1a76882467c 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);
|
|
|
|
|