| 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 7cea05963487789ff58407a582d809b266c1d97e..b5563761e7dd3c5767d771c97d115860e35c68f5 100644
|
| --- a/ash/mus/bridge/wm_window_mus.h
|
| +++ b/ash/mus/bridge/wm_window_mus.h
|
| @@ -176,6 +176,7 @@ class WmWindowMus : public WmWindow, public ::mus::WindowObserver {
|
| bool IsAlwaysOnTop() const override;
|
| void Hide() override;
|
| void Show() override;
|
| + views::Widget* GetWidget() override;
|
| void CloseWidget() override;
|
| bool IsFocused() const override;
|
| bool IsActive() const override;
|
|
|