| Index: mandoline/ui/aura/window_tree_host_mojo.h
|
| diff --git a/mandoline/ui/aura/window_tree_host_mojo.h b/mandoline/ui/aura/window_tree_host_mojo.h
|
| index 3fb2769144acab9623edc6e717db66774ea66808..c00c7748636d331cb8533b978f37e7f5c7dab54d 100644
|
| --- a/mandoline/ui/aura/window_tree_host_mojo.h
|
| +++ b/mandoline/ui/aura/window_tree_host_mojo.h
|
| @@ -26,7 +26,6 @@ namespace mandoline {
|
| class SurfaceContextFactory;
|
|
|
| class WindowTreeHostMojo : public aura::WindowTreeHost,
|
| - public ui::EventSource,
|
| public mojo::ViewObserver {
|
| public:
|
| WindowTreeHostMojo(mojo::Shell* shell, mojo::View* view);
|
| @@ -53,9 +52,6 @@ class WindowTreeHostMojo : public aura::WindowTreeHost,
|
| void MoveCursorToNative(const gfx::Point& location) override;
|
| void OnCursorVisibilityChangedNative(bool show) override;
|
|
|
| - // ui::EventSource:
|
| - ui::EventProcessor* GetEventProcessor() override;
|
| -
|
| // mojo::ViewObserver:
|
| void OnViewBoundsChanged(mojo::View* view,
|
| const mojo::Rect& old_bounds,
|
|
|