| 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 e06f93acce3174153e6c656448bbfcebadbd8eb9..b84a543594fe7f8131fc2b9f96ba5fab49ddd82f 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -2694,8 +2694,10 @@ void LayerTreeHostImpl::SetRootLayerScrollOffsetDelegate(
|
| }
|
|
|
| void LayerTreeHostImpl::OnRootLayerDelegatedScrollOffsetChanged() {
|
| - DCHECK(root_layer_scroll_offset_delegate_ != NULL);
|
| + DCHECK(root_layer_scroll_offset_delegate_);
|
| client_->SetNeedsCommitOnImplThread();
|
| + SetNeedsRedraw();
|
| + active_tree_->OnRootLayerDelegatedScrollOffsetChanged();
|
| active_tree_->set_needs_update_draw_properties();
|
| }
|
|
|
|
|