| Index: services/ui/demo/mus_demo.h
|
| diff --git a/services/ui/demo/mus_demo.h b/services/ui/demo/mus_demo.h
|
| index c471c188213aaa7b6a4b32803923ebe70c108320..f78e948229feb699d564acc3845de5c949b4ae59 100644
|
| --- a/services/ui/demo/mus_demo.h
|
| +++ b/services/ui/demo/mus_demo.h
|
| @@ -74,6 +74,7 @@ class MusDemo : public service_manager::Service,
|
| aura::Window* window,
|
| const std::string& name,
|
| std::unique_ptr<std::vector<uint8_t>>* new_data) override;
|
| + void OnWmSetCanFocus(aura::Window* window, bool can_focus) override;
|
| aura::Window* OnWmCreateTopLevelWindow(
|
| ui::mojom::WindowType window_type,
|
| std::map<std::string, std::vector<uint8_t>>* properties) override;
|
|
|