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

Unified Diff: ui/aura/window_tree_host_ozone.cc

Issue 1155013005: Refactoring the ownership of ui::InputMethod. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let DisplayController be centrial InputMethodDelegate and call DispatchKeyEventPostIME on the activ… Created 5 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_ozone.cc
diff --git a/ui/aura/window_tree_host_ozone.cc b/ui/aura/window_tree_host_ozone.cc
index 1559c243e0b03696dd9da653b945d31c6b7ab332..4a5694d41869aebd414fc1350dbe24d20c7c3ade 100644
--- a/ui/aura/window_tree_host_ozone.cc
+++ b/ui/aura/window_tree_host_ozone.cc
@@ -109,10 +109,6 @@ void WindowTreeHostOzone::OnAcceleratedWidgetAvailable(
void WindowTreeHostOzone::OnActivationChanged(bool active) {
}
-ui::EventProcessor* WindowTreeHostOzone::GetEventProcessor() {
- return dispatcher();
-}
-
// static
WindowTreeHost* WindowTreeHost::Create(const gfx::Rect& bounds) {
return new WindowTreeHostOzone(bounds);

Powered by Google App Engine
This is Rietveld 408576698