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

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: 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: 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 a4287f8f9f9c9dfe1ad6fecde48e55e7d797b098..fd2854c63bf6888c4419370416211211094eb924 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