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

Unified Diff: ui/aura/window_event_dispatcher.h

Issue 565433002: Fix incorrect touch transform before gesture recognition. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment. Created 6 years, 3 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
« no previous file with comments | « no previous file | ui/aura/window_event_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_event_dispatcher.h
diff --git a/ui/aura/window_event_dispatcher.h b/ui/aura/window_event_dispatcher.h
index 1c2c6f11cfb21381110f0081e45d878fff00ef94..8494123c1e30bd33863431a1ff63ea725a3e9650 100644
--- a/ui/aura/window_event_dispatcher.h
+++ b/ui/aura/window_event_dispatcher.h
@@ -88,7 +88,8 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor,
// event during the event dispatch. Once the event is properly processed, the
// window should let the WindowEventDispatcher know about the result of the
// event processing, so that gesture events can be properly created and
- // dispatched.
+ // dispatched. |event|'s location should be in the dispatcher's coordinate
+ // space, in DIPs.
void ProcessedTouchEvent(ui::TouchEvent* event,
Window* window,
ui::EventResult result);
« no previous file with comments | « no previous file | ui/aura/window_event_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698