| 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 d0f747b597b71388d401e2cd0d36d1c9745d3ad8..678dc6b811679a0b3683868ca8f760d1895fab0c 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -3552,7 +3552,8 @@ InputHandlerScrollResult LayerTreeHostImpl::ScrollBy(
|
| scroll_result.did_overscroll_root = !unused_root_delta.IsZero();
|
| scroll_result.accumulated_root_overscroll = accumulated_root_overscroll_;
|
| scroll_result.unused_scroll_delta = unused_root_delta;
|
| -
|
| + scroll_result.scroll_boundary_behavior =
|
| + active_tree()->scroll_boundary_behavior();
|
| if (scroll_result.did_scroll) {
|
| // Scrolling can change the root scroll offset, so inform the synchronous
|
| // input handler.
|
|
|