| 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 843ff03ca078720f00ff24d91c954df671e4540c..2f8b04280441b55738c568dbd30825e38784b355 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_;
|
|
|