| Index: blimp/client/feature/compositor/blimp_input_manager.cc
|
| diff --git a/blimp/client/feature/compositor/blimp_input_manager.cc b/blimp/client/feature/compositor/blimp_input_manager.cc
|
| index f712d50523e13f657ab7a47518b6f4ff30791490..c7a183c74561a7e70adbcd147c0ac647f82647a4 100644
|
| --- a/blimp/client/feature/compositor/blimp_input_manager.cc
|
| +++ b/blimp/client/feature/compositor/blimp_input_manager.cc
|
| @@ -72,7 +72,7 @@ bool BlimpInputManager::OnTouchEvent(const ui::MotionEvent& motion_event) {
|
|
|
| blink::WebTouchEvent touch =
|
| ui::CreateWebTouchEventFromMotionEvent(motion_event,
|
| - result.did_generate_scroll);
|
| + result.moved_beyond_slop_region);
|
|
|
| // Touch events are queued in the Gesture Provider until acknowledged to
|
| // allow them to be consumed by the touch event handlers in blink which can
|
|
|