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

Unified Diff: ash/wm/common/wm_screen_util.h

Issue 1923983003: Makes WorkspaceLayoutManager use ash/wm/common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix always-on-top and remove mus changes Created 4 years, 8 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/wm/common/wm_screen_util.h
diff --git a/ash/wm/common/wm_screen_util.h b/ash/wm/common/wm_screen_util.h
index 1123beefe8cecb3f5be8993b28c3a7aa43c0ac53..e016b5b043cb02f6c2c0a6f09f937f958af79781 100644
--- a/ash/wm/common/wm_screen_util.h
+++ b/ash/wm/common/wm_screen_util.h
@@ -17,6 +17,7 @@ namespace wm {
class WmWindow;
ASH_EXPORT gfx::Rect GetDisplayWorkAreaBoundsInParent(WmWindow* window);
+ASH_EXPORT gfx::Rect GetDisplayWorkAreaBounds(WmWindow* window);
ASH_EXPORT gfx::Rect GetDisplayBoundsInParent(WmWindow* window);
ASH_EXPORT gfx::Rect GetMaximizedWindowBoundsInParent(WmWindow* window);

Powered by Google App Engine
This is Rietveld 408576698