| Index: content/browser/renderer_host/input/touch_event_queue.cc
|
| diff --git a/content/browser/renderer_host/input/touch_event_queue.cc b/content/browser/renderer_host/input/touch_event_queue.cc
|
| index a351dfd35b898fa5141f66816ab3eb3d2cf794a2..0e5b3cef6840f525d5a9fcefd014b0799645d67a 100644
|
| --- a/content/browser/renderer_host/input/touch_event_queue.cc
|
| +++ b/content/browser/renderer_host/input/touch_event_queue.cc
|
| @@ -310,7 +310,7 @@ class TouchEventQueue::TouchMoveSlopSuppressor {
|
| if (suppressing_touchmoves_) {
|
| if (event.touchesLength > 1) {
|
| suppressing_touchmoves_ = false;
|
| - } else if (event.causesScrollingIfUncanceled) {
|
| + } else if (event.movedBeyondSlopRegion) {
|
| suppressing_touchmoves_ = false;
|
| } else {
|
| // No sane slop region should be larger than 60 DIPs.
|
|
|