| Index: mash/wm/window_manager.h
|
| diff --git a/mash/wm/window_manager.h b/mash/wm/window_manager.h
|
| index 1c79976d57adb74050df2c999d555ab147d26844..7542d1b4ac806a699cecf46e62b45c829cda7cd1 100644
|
| --- a/mash/wm/window_manager.h
|
| +++ b/mash/wm/window_manager.h
|
| @@ -53,7 +53,7 @@ class WindowManager : public mus::WindowObserver,
|
| scoped_ptr<std::vector<uint8_t>>* new_data) override;
|
| mus::Window* OnWmCreateTopLevelWindow(
|
| std::map<std::string, std::vector<uint8_t>>* properties) override;
|
| - void OnAccelerator(uint32_t id, mus::mojom::EventPtr event) override;
|
| + void OnAccelerator(uint32_t id, const ui::Event& event) override;
|
|
|
| // mash::shell::mojom::ScreenlockStateListener:
|
| void ScreenlockStateChanged(bool locked) override;
|
|
|