Index: components/mus/ws/window_tree_host_impl.h |
diff --git a/components/mus/ws/window_tree_host_impl.h b/components/mus/ws/window_tree_host_impl.h |
index ae8ea797246679208c3ccf48dc1c9480c9c90051..b6350f1d0b6a7c9ebc22ae8cb4ca8bd47c842e8c 100644 |
--- a/components/mus/ws/window_tree_host_impl.h |
+++ b/components/mus/ws/window_tree_host_impl.h |
@@ -91,6 +91,8 @@ class WindowTreeHostImpl : public DisplayManagerDelegate, |
ConnectionManager* connection_manager() { return connection_manager_; } |
+ EventDispatcher* event_dispatcher() { return &event_dispatcher_; } |
+ |
// Returns the root ServerWindow of this viewport. |
ServerWindow* root_window() { return root_.get(); } |
const ServerWindow* root_window() const { return root_.get(); } |
@@ -119,10 +121,6 @@ class WindowTreeHostImpl : public DisplayManagerDelegate, |
// WindowTreeHost: |
void SetSize(mojo::SizePtr size) override; |
void SetTitle(const mojo::String& title) override; |
- void AddAccelerator(uint32_t id, |
- mojom::EventMatcherPtr event_matcher, |
- const AddAcceleratorCallback& callback) override; |
- void RemoveAccelerator(uint32_t id) override; |
void AddActivationParent(Id transport_window_id) override; |
void RemoveActivationParent(Id transport_window_id) override; |
void ActivateNextWindow() override; |