| 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 76a15060abc1b43be3334c9671fa1a23aedc7eb1..ce3b1584091f8cfc2c5293d40a35d7e178235a4f 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -2671,7 +2671,7 @@ InputHandler::ScrollStatus LayerTreeHostImpl::ScrollBegin(
|
|
|
| if (layer_impl) {
|
| LayerImpl* scroll_layer_impl =
|
| - active_tree_->FindFirstScrollingLayerThatIsHitByPoint(
|
| + active_tree_->FindFirstScrollingLayerOrScrollbarLayerThatIsHitByPoint(
|
| device_viewport_point);
|
| if (scroll_layer_impl &&
|
| !HasScrollAncestor(layer_impl, scroll_layer_impl)) {
|
|
|