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

Unified Diff: ui/aura/window_event_dispatcher.h

Issue 2872343003: Remove InputMethodEventHandler. (Closed)
Patch Set: Add a unittest. Created 3 years, 7 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.h
diff --git a/ui/aura/window_event_dispatcher.h b/ui/aura/window_event_dispatcher.h
index 4ec5804b9d7da69b42f2eae6c641968e41166128..a1b37d296ad0efdcd4f700cdccc863429e0ab94f 100644
--- a/ui/aura/window_event_dispatcher.h
+++ b/ui/aura/window_event_dispatcher.h
@@ -238,6 +238,7 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor,
ui::MouseEvent* event);
ui::EventDispatchDetails PreDispatchTouchEvent(Window* target,
ui::TouchEvent* event);
+ ui::EventDispatchDetails PreDispatchKeyEvent(ui::KeyEvent* event);
WindowTreeHost* host_;

Powered by Google App Engine
This is Rietveld 408576698