| Index: mash/wm/window_manager_application.h
|
| diff --git a/mash/wm/window_manager_application.h b/mash/wm/window_manager_application.h
|
| index c8baa710a98fff12f47c2a3f4bcf841f553c640e..67b764e398c13090e6950b2704999458bd924efb 100644
|
| --- a/mash/wm/window_manager_application.h
|
| +++ b/mash/wm/window_manager_application.h
|
| @@ -34,6 +34,10 @@ namespace views {
|
| class AuraInit;
|
| }
|
|
|
| +namespace ui {
|
| +class Event;
|
| +}
|
| +
|
| namespace mash {
|
| namespace wm {
|
|
|
| @@ -70,7 +74,7 @@ class WindowManagerApplication
|
| void OnRootWindowDestroyed(RootWindowController* root_controller);
|
|
|
| // TODO(sky): figure out right place for this code.
|
| - void OnAccelerator(uint32_t id, mus::mojom::EventPtr event);
|
| + void OnAccelerator(uint32_t id, const ui::Event& event);
|
|
|
| void AddRootWindowsObserver(RootWindowsObserver* observer);
|
| void RemoveRootWindowsObserver(RootWindowsObserver* observer);
|
|
|