| Index: mash/simple_wm/simple_wm.h
|
| diff --git a/mash/simple_wm/simple_wm.h b/mash/simple_wm/simple_wm.h
|
| index a0a05356c4b33349da0777d07ed463ebc98d4aa4..e97f3802b47989bc30459c7b2ca28fdaa4071dd2 100644
|
| --- a/mash/simple_wm/simple_wm.h
|
| +++ b/mash/simple_wm/simple_wm.h
|
| @@ -76,6 +76,7 @@ class SimpleWM : public service_manager::Service,
|
| aura::Window* window,
|
| const std::string& name,
|
| std::unique_ptr<std::vector<uint8_t>>* new_data) override;
|
| + bool OnWmSetModalType(aura::Window* window, ui::ModalType type) override;
|
| void OnWmSetCanFocus(aura::Window* window, bool can_focus) override;
|
| aura::Window* OnWmCreateTopLevelWindow(
|
| ui::mojom::WindowType window_type,
|
|
|