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 a29b9a536757b2e3270ce2172b252a84f797254d..56539d110a0be39f2d8541e7f1f3b7ff05023578 100644 |
--- a/cc/trees/layer_tree_host_impl.cc |
+++ b/cc/trees/layer_tree_host_impl.cc |
@@ -2761,9 +2761,9 @@ void LayerTreeHostImpl::SetRootLayerScrollOffsetDelegate( |
void LayerTreeHostImpl::OnRootLayerDelegatedScrollOffsetChanged() { |
DCHECK(root_layer_scroll_offset_delegate_); |
+ active_tree_->DistributeRootScrollOffset(); |
client_->SetNeedsCommitOnImplThread(); |
SetNeedsRedraw(); |
- active_tree_->OnRootLayerDelegatedScrollOffsetChanged(); |
active_tree_->set_needs_update_draw_properties(); |
} |