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

Unified Diff: ash/host/ash_window_tree_host_unified.h

Issue 1155013005: Refactoring the ownership of ui::InputMethod. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pls be green! 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: ash/host/ash_window_tree_host_unified.h
diff --git a/ash/host/ash_window_tree_host_unified.h b/ash/host/ash_window_tree_host_unified.h
index aa9ab4c36b207d333848ef298faa7b7d1c081386..f3a11103d3557db7dc138d7947ef337a15d91e9e 100644
--- a/ash/host/ash_window_tree_host_unified.h
+++ b/ash/host/ash_window_tree_host_unified.h
@@ -26,8 +26,7 @@ class DisplayInfo;
// compositor.
class AshWindowTreeHostUnified : public AshWindowTreeHost,
public aura::WindowTreeHost,
- public aura::WindowObserver,
- public ui::EventSource {
+ public aura::WindowObserver {
public:
explicit AshWindowTreeHostUnified(const gfx::Rect& initial_bounds);
~AshWindowTreeHostUnified() override;
@@ -65,9 +64,6 @@ class AshWindowTreeHostUnified : public AshWindowTreeHost,
// aura::WindowObserver:
void OnWindowDestroying(aura::Window* window) override;
- // ui::EventSource:
- ui::EventProcessor* GetEventProcessor() override;
-
std::vector<AshWindowTreeHost*> mirroring_hosts_;
gfx::Rect bounds_;

Powered by Google App Engine
This is Rietveld 408576698