| 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 5cdc15569c48b6205b4ec684f0f232240523d713..04034731bc6bfa48c7088559d7f37982413492d6 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -2536,7 +2536,7 @@ bool LayerTreeHostImpl::ScrollBy(const gfx::Point& viewport_point,
|
| // Force updating of vertical adjust values if needed.
|
| if (applied_delta.y() != 0) {
|
| did_scroll_top_controls = true;
|
| - layer_impl->ScrollbarParametersDidChange();
|
| + layer_impl->ScrollbarParametersDidChange(false);
|
| }
|
| }
|
| // Track root layer deltas for reporting overscroll.
|
|
|