| Index: cc/animation/animation_timeline.h
|
| diff --git a/cc/animation/animation_timeline.h b/cc/animation/animation_timeline.h
|
| index 992ba29e2f0e2cf8eff1bfe42890e6d0def3e3a9..48dd05942d6a7a4bd12dab71a3488957750b351b 100644
|
| --- a/cc/animation/animation_timeline.h
|
| +++ b/cc/animation/animation_timeline.h
|
| @@ -46,9 +46,6 @@ class CC_EXPORT AnimationTimeline : public base::RefCounted<AnimationTimeline> {
|
|
|
| AnimationPlayer* GetPlayerById(int player_id) const;
|
|
|
| - void SetNeedsPushProperties();
|
| - bool needs_push_properties() const { return needs_push_properties_; }
|
| -
|
| private:
|
| friend class base::RefCounted<AnimationTimeline>;
|
|
|
| @@ -67,7 +64,6 @@ class CC_EXPORT AnimationTimeline : public base::RefCounted<AnimationTimeline> {
|
|
|
| int id_;
|
| AnimationHost* animation_host_;
|
| - bool needs_push_properties_;
|
|
|
| // Impl-only AnimationTimeline has no main thread instance and lives on
|
| // it's own.
|
|
|