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

Unified Diff: ui/aura/window_tree_host.h

Issue 2872343003: Remove InputMethodEventHandler. (Closed)
Patch Set: Fix X11 and Win 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_tree_host.h
diff --git a/ui/aura/window_tree_host.h b/ui/aura/window_tree_host.h
index edd5d6df34346a6309d6ea16f09cc44b8b657d88..8271ae64a185a4f0f7505f70a7227ae41f89fd1f 100644
--- a/ui/aura/window_tree_host.h
+++ b/ui/aura/window_tree_host.h
@@ -157,8 +157,7 @@ class AURA_EXPORT WindowTreeHost : public ui::internal::InputMethodDelegate,
void SetSharedInputMethod(ui::InputMethod* input_method);
// Overridden from ui::internal::InputMethodDelegate:
- ui::EventDispatchDetails DispatchKeyEventPostIME(
- ui::KeyEvent* event) override;
+ ui::EventDispatchDetails DispatchKeyEventPostIME(ui::KeyEvent* event) final;
// Returns the EventSource responsible for dispatching events to the window
// tree.

Powered by Google App Engine
This is Rietveld 408576698