Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(284)

Unified Diff: ash/mus/bridge/wm_window_mus.h

Issue 2391153002: Converts most of WorkspaceLayoutManager tests to use common code (Closed)
Patch Set: cleanup Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698