| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index c79f3e515f15a5c54dfaaef35ca4da8ff370caf5..64094dfba94ad278957444ce91e2443155eb6ad9 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -147,7 +147,6 @@ class CC_EXPORT LayerTreeHost : NON_EXPORTED_BASE(public RateLimiterClient) {
|
| void DidBeginMainFrame();
|
| void UpdateClientAnimations(base::TimeTicks monotonic_frame_begin_time);
|
| void AnimateLayers(base::TimeTicks monotonic_frame_begin_time);
|
| - void DidStopFlinging();
|
| void Layout();
|
| void BeginCommitOnImplThread(LayerTreeHostImpl* host_impl);
|
| void FinishCommitOnImplThread(LayerTreeHostImpl* host_impl);
|
|
|