summaryrefslogtreecommitdiffstats
path: root/content/common
diff options
context:
space:
mode:
authortapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-08 22:02:21 +0000
committertapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-08 22:02:21 +0000
commitdddf1e79183d8b05af4d86e7fe0c140c41b86ebd (patch)
tree24b44e521e0959210eb8e15bca488b257fb69f10 /content/common
parent2b4abbd67748f3238a05ab18c87489c82c18c0fa (diff)
downloadchromium_src-dddf1e79183d8b05af4d86e7fe0c140c41b86ebd.zip
chromium_src-dddf1e79183d8b05af4d86e7fe0c140c41b86ebd.tar.gz
chromium_src-dddf1e79183d8b05af4d86e7fe0c140c41b86ebd.tar.bz2
Revert of [Android] Provide unhandled tap event notifications (https://codereview.chromium.org/218633008/)
Reason for revert: TouchEditableImplAuraTest.TouchCursorInTextfieldTest failing in the waterfall on Linux ChromiumOS Tests (2) link: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%282%29/builds/22962 Original issue's description: > [Android] Reland "Provide unhandled tap event notifications" > > Allow notifications of unhandled taps via the GestureStateListener. This change > makes GestureTap events blocking, but there are several use-cases for which this > will be necessary, e.g., WebView and contextual search. > > This was landed in r26143 and reverted in r261470 due to to a failure in > TouchEditableImplAuraTest.TouchCursorInTextfieldTest. The test has been fixed. > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=262497 TBR=mkosiba@chromium.org,donnd@chromium.org,tedchoc@chromium.org,tdresser@chromium.org,sky@chromium.org,jdduke@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/229373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262517 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r--content/common/input/web_input_event_traits.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/input/web_input_event_traits.cc b/content/common/input/web_input_event_traits.cc
index 676bf60..7de816a 100644
--- a/content/common/input/web_input_event_traits.cc
+++ b/content/common/input/web_input_event_traits.cc
@@ -340,6 +340,7 @@ bool WebInputEventTraits::IgnoresAckDisposition(
case WebInputEvent::GestureTapDown:
case WebInputEvent::GestureShowPress:
case WebInputEvent::GestureTapCancel:
+ case WebInputEvent::GestureTap:
case WebInputEvent::GesturePinchBegin:
case WebInputEvent::GesturePinchEnd:
case WebInputEvent::GestureScrollBegin: