| Index: services/ui/demo/mus_demo.h
|
| diff --git a/services/ui/demo/mus_demo.h b/services/ui/demo/mus_demo.h
|
| index f228bd31ee1e931211389a992839b1eb8b3f30ab..7c882b66aaf084360346622ed682016750c03273 100644
|
| --- a/services/ui/demo/mus_demo.h
|
| +++ b/services/ui/demo/mus_demo.h
|
| @@ -98,6 +98,7 @@ class MusDemo : public service_manager::Service,
|
| aura::Window* window,
|
| const gfx::Insets& insets,
|
| const std::vector<gfx::Rect>& additional_client_areas) override;
|
| + void OnWmDeactivateWindow(aura::Window* window) override;
|
|
|
| // Draws one frame, incrementing the rotation angle.
|
| void DrawFrame();
|
|
|