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

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

Issue 2391153002: Converts most of WorkspaceLayoutManager tests to use common code (Closed)
Patch Set: merge 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
« no previous file with comments | « ash/common/wm_window.h ('k') | ash/mus/bridge/wm_window_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ash/common/wm_window.h ('k') | ash/mus/bridge/wm_window_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698