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

Unified Diff: ash/host/ash_window_tree_host_unified.cc

Issue 1155013005: Refactoring the ownership of ui::InputMethod. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed bot failure: cast_shell_linux Created 5 years, 6 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: ash/host/ash_window_tree_host_unified.cc
diff --git a/ash/host/ash_window_tree_host_unified.cc b/ash/host/ash_window_tree_host_unified.cc
index 2e9db76f444b0d9b0f04dc3cc62da0cf557fbd0a..685e20c502bf807d6dd301e62935a8bb6b0bd772 100644
--- a/ash/host/ash_window_tree_host_unified.cc
+++ b/ash/host/ash_window_tree_host_unified.cc
@@ -181,8 +181,4 @@ void AshWindowTreeHostUnified::OnWindowDestroying(aura::Window* window) {
mirroring_hosts_.erase(iter);
}
-ui::EventProcessor* AshWindowTreeHostUnified::GetEventProcessor() {
- return dispatcher();
-}
-
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698