| Index: mash/simple_wm/simple_wm.h
|
| diff --git a/mash/simple_wm/simple_wm.h b/mash/simple_wm/simple_wm.h
|
| index ac7042ca889a137e6e57703ff13aa6e59d133fc9..c41c2e21f1fd744d723935ff763602ffdc584659 100644
|
| --- a/mash/simple_wm/simple_wm.h
|
| +++ b/mash/simple_wm/simple_wm.h
|
| @@ -58,7 +58,7 @@ class SimpleWM : public service_manager::Service,
|
| void OnEmbed(
|
| std::unique_ptr<aura::WindowTreeHostMus> window_tree_host) override;
|
| void OnLostConnection(aura::WindowTreeClient* client) override;
|
| - void OnEmbedRootDestroyed(aura::Window* root) override;
|
| + void OnEmbedRootDestroyed(aura::WindowTreeHostMus* window_tree_host) override;
|
| void OnPointerEventObserved(const ui::PointerEvent& event,
|
| aura::Window* target) override;
|
| aura::client::CaptureClient* GetCaptureClient() override;
|
|
|