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 eef1cc37caed94f1f2e6f06709a781fc32531a7d..e13da9acd87222a76f6637c69ab945e3c1d40952 100644 |
--- a/cc/trees/layer_tree_host_impl.cc |
+++ b/cc/trees/layer_tree_host_impl.cc |
@@ -916,6 +916,8 @@ DrawResult LayerTreeHostImpl::CalculateRenderPasses( |
} |
void LayerTreeHostImpl::MainThreadHasStoppedFlinging() { |
+ if (top_controls_manager_) |
+ top_controls_manager_->MainThreadHasStoppedFlinging(); |
if (input_handler_client_) |
input_handler_client_->MainThreadHasStoppedFlinging(); |
} |