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..2f819b4c214f0f8d9ec06e4d9bbe07ab34221440 100644 |
--- a/ash/mus/bridge/wm_window_mus.h |
+++ b/ash/mus/bridge/wm_window_mus.h |
@@ -125,6 +125,8 @@ class WmWindowMus : public WmWindow, public ui::WindowObserver { |
int GetAppType() const override; |
void SetAppType(int app_type) const override; |
bool IsBubble() override; |
+ bool GetLayerTargetVisibility() override; |
James Cook
2016/10/04 23:16:05
match parent interface order
sky
2016/10/06 17:57:07
Done.
|
+ bool GetLayerVisible() override; |
ui::Layer* GetLayer() override; |
display::Display GetDisplayNearestWindow() override; |
bool HasNonClientArea() 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; |