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 abec01ea496df05eecf176593b53c3a7772ff7ff..d3f88039000feb2799011ce3cdf26938da1c32ed 100644 |
--- a/cc/trees/layer_tree_host_impl.cc |
+++ b/cc/trees/layer_tree_host_impl.cc |
@@ -1054,6 +1054,9 @@ DrawResult LayerTreeHostImpl::PrepareToDraw(FrameData* frame) { |
"LayerTreeHostImpl::PrepareToDraw", |
"SourceFrameNumber", |
active_tree_->source_frame_number()); |
+ if (input_handler_client_) |
+ input_handler_client_->ReconcileElasticOverscrollAndRootScroll(); |
+ |
// This will cause NotifyTileStateChanged() to be called for any visible tiles |
// that completed, which will add damage to the frame for them so they appear |
// as part of the current frame being drawn. |