Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Unified Diff: ui/aura/window_event_dispatcher.cc

Issue 262483003: Implementation of the Touch Exploration Mode - Part I (ui) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@event_source
Patch Set: Implementing review feedback from dmazzoni@ Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/aura/window_event_dispatcher.cc
diff --git a/ui/aura/window_event_dispatcher.cc b/ui/aura/window_event_dispatcher.cc
index 823c8e85fa2c78e9353cc9da1fc28aca93885a13..aceef14233035604c156d2524bfa472f622c7e22 100644
--- a/ui/aura/window_event_dispatcher.cc
+++ b/ui/aura/window_event_dispatcher.cc
@@ -855,6 +855,9 @@ void WindowEventDispatcher::PreDispatchTouchEvent(Window* target,
}
break;
+ case ui::ET_TOUCH_STATIONARY:
+ break;
sadrul 2014/04/30 18:51:15 We currently never generate STATIONARY events. I s
sadrul 2014/04/30 19:16:24 (Removing in https://codereview.chromium.org/26848
mfomitchev 2014/04/30 21:33:53 Done.
+
default:
NOTREACHED();
break;

Powered by Google App Engine
This is Rietveld 408576698