| 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 6739b105caa7f969406b08239e33db4f3a0488d6..629fe2cf73a8cb1c062acc59cdc9ddd4bc536339 100644
|
| --- a/ash/mus/bridge/wm_window_mus.h
|
| +++ b/ash/mus/bridge/wm_window_mus.h
|
| @@ -126,6 +126,8 @@ class WmWindowMus : public WmWindow, public ui::WindowObserver {
|
| void SetAppType(int app_type) const override;
|
| bool IsBubble() override;
|
| ui::Layer* GetLayer() override;
|
| + bool GetLayerTargetVisibility() override;
|
| + bool GetLayerVisible() override;
|
| display::Display GetDisplayNearestWindow() override;
|
| bool HasNonClientArea() override;
|
| int GetNonClientComponent(const gfx::Point& location) override;
|
| @@ -199,6 +201,7 @@ class WmWindowMus : public WmWindow, public ui::WindowObserver {
|
| bool HasCapture() override;
|
| void ReleaseCapture() override;
|
| bool HasRestoreBounds() const override;
|
| + void SetPinned(bool trusted) override;
|
| void SetAlwaysOnTop(bool value) override;
|
| bool IsAlwaysOnTop() const override;
|
| void Hide() override;
|
|
|