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 ae23e2c117018f74b055add200cc91726c9835e6..3ed61fe2e99408a04e8003b67ffcc64c1d7642b0 100644 |
--- a/components/mus/ws/window_tree_host_impl.h |
+++ b/components/mus/ws/window_tree_host_impl.h |
@@ -97,7 +97,8 @@ class WindowTreeHostImpl : public DisplayManagerDelegate, |
void SetSize(mojo::SizePtr size) override; |
void SetTitle(const mojo::String& title) override; |
void AddAccelerator(uint32_t id, |
- mojom::EventMatcherPtr event_matcher) override; |
+ mojom::EventMatcherPtr event_matcher, |
+ const AddAcceleratorCallback& callback) override; |
void RemoveAccelerator(uint32_t id) override; |
void AddActivationParent(uint32_t window_id) override; |
void RemoveActivationParent(uint32_t window_id) override; |