| Index: content/browser/renderer_host/input/touchscreen_tap_suppression_controller.cc
|
| diff --git a/content/browser/renderer_host/input/touchscreen_tap_suppression_controller.cc b/content/browser/renderer_host/input/touchscreen_tap_suppression_controller.cc
|
| index 791422d38de3d0c286c626c9d1ce758640f8400e..a5ffc019ad91b39128190cafc9384d7c20fce670 100644
|
| --- a/content/browser/renderer_host/input/touchscreen_tap_suppression_controller.cc
|
| +++ b/content/browser/renderer_host/input/touchscreen_tap_suppression_controller.cc
|
| @@ -45,7 +45,7 @@ bool TouchscreenTapSuppressionController::FilterTapEvent(
|
| return true;
|
|
|
| case WebInputEvent::GestureTapUnconfirmed:
|
| - return stashed_tap_down_;
|
| + return !!stashed_tap_down_;
|
|
|
| case WebInputEvent::GestureTapCancel:
|
| case WebInputEvent::GestureTap:
|
|
|