summaryrefslogtreecommitdiffstats
path: root/views/touchui
diff options
context:
space:
mode:
Diffstat (limited to 'views/touchui')
-rw-r--r--views/touchui/gesture_manager.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/views/touchui/gesture_manager.cc b/views/touchui/gesture_manager.cc
index 5f0cbd5..05e0ced 100644
--- a/views/touchui/gesture_manager.cc
+++ b/views/touchui/gesture_manager.cc
@@ -23,6 +23,9 @@ GestureManager* GestureManager::GetInstance() {
bool GestureManager::ProcessTouchEventForGesture(const TouchEvent& event,
View* source,
bool previouslyHandled) {
+ if (previouslyHandled)
+ return false;
+
// TODO(rjkroege): A realistic version of the GestureManager will
// appear in a subsequent CL. This interim version permits verifying that the
// event distribution code works by turning all touch inputs into