| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 27c146ebc02a73a21728a5aca58ee69dfc7807e1..270e8eb92287f605b377542127f660f1deec037a 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -271,9 +271,6 @@ class CC_EXPORT LayerTreeHost : NON_EXPORTED_BASE(public RateLimiterClient) {
|
|
|
| void AnimateLayers(base::TimeTicks monotonic_time);
|
| bool AnimateLayersRecursive(Layer* current, base::TimeTicks time);
|
| - void SetAnimationEventsRecursive(const AnimationEventsVector& events,
|
| - Layer* layer,
|
| - base::Time wall_clock_time);
|
|
|
| bool animating_;
|
| bool needs_full_tree_sync_;
|
|
|