| Index: ash/mus/bridge/wm_window_mus.h
|
| diff --git a/ash/mus/bridge/wm_window_mus.h b/ash/mus/bridge/wm_window_mus.h
|
| index ec246c6396be5bcecad393a841d827c1a9e36c33..bbd26cb44d4fbfe1c61af857d2edd4c074f77daf 100644
|
| --- a/ash/mus/bridge/wm_window_mus.h
|
| +++ b/ash/mus/bridge/wm_window_mus.h
|
| @@ -134,6 +134,7 @@ class WmWindowMus : public WmWindow, public ::ui::WindowObserver {
|
| int GetIntProperty(WmWindowProperty key) override;
|
| const wm::WindowState* GetWindowState() const override;
|
| WmWindow* GetToplevelWindow() override;
|
| + WmWindow* GetToplevelWindowForFocus() override;
|
| void SetParentUsingContext(WmWindow* context,
|
| const gfx::Rect& screen_bounds) override;
|
| void AddChild(WmWindow* window) override;
|
|
|