Chromium Code Reviews| Index: cc/trees/layer_tree_host_impl.cc |
| diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc |
| index f51c61ac2fd55faa576b0ea64255d26d90705fd5..9f7865e2da50920788c0594716ba0fbf5a1bb8cd 100644 |
| --- a/cc/trees/layer_tree_host_impl.cc |
| +++ b/cc/trees/layer_tree_host_impl.cc |
| @@ -935,6 +935,7 @@ DrawResult LayerTreeHostImpl::CalculateRenderPasses( |
| } |
| void LayerTreeHostImpl::MainThreadHasStoppedFlinging() { |
| + ScrollEnd(); |
|
aelias_OOO_until_Jul13
2015/02/12 00:45:29
Not sure we want the "ClearCurrentlyScrollingLayer
majidvp
2015/02/12 13:51:48
Acknowledged.
|
| if (input_handler_client_) |
| input_handler_client_->MainThreadHasStoppedFlinging(); |
| } |