| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index d93e3d5e032e80c8cf353b672338904f832a16f2..57e5ec6b27387427f306a13bfc1eff04b0d87db0 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -271,10 +271,6 @@ void LayerTreeHost::UpdateClientAnimations(base::TimeTicks frame_begin_time) {
|
| animating_ = false;
|
| }
|
|
|
| -void LayerTreeHost::DidStopFlinging() {
|
| - proxy_->MainThreadHasStoppedFlinging();
|
| -}
|
| -
|
| void LayerTreeHost::Layout() {
|
| client_->Layout();
|
| }
|
|
|