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

Unified Diff: ash/screen_util.h

Issue 2876993002: Introduce window container to be used by lock screen app windows (Closed)
Patch Set: . Created 3 years, 7 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/root_window_controller.cc ('k') | ash/screen_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/screen_util.h
diff --git a/ash/screen_util.h b/ash/screen_util.h
index b40d41f3d2efbaaef67a2285fa50b26ebb611858..f7d6221154fb70cbfea041185015add7d4a77056 100644
--- a/ash/screen_util.h
+++ b/ash/screen_util.h
@@ -30,6 +30,17 @@ class ASH_EXPORT ScreenUtil {
// Returns the display's work area bounds in parent coordinates.
static gfx::Rect GetDisplayWorkAreaBoundsInParent(aura::Window* window);
+ // Returns the display's work area bounds in parent coordinates on lock
+ // screen, i.e. for work area with forced bottom alignment.
+ // Note that unlike |GetDisplayWorkAreaBoundsInParent|, this method uses
+ // work area bounds that are updated when the screen is locked. For example
+ // if shelf alignment is set to right before screen lock,
+ // |GetDisplayWorkAreaBoundsInParent| will return work are bounds for right
+ // shelf alignment - this method will return work area for bottom shelf
+ // alignment (which is always used on lock screen).
+ static gfx::Rect GetDisplayWorkAreaBoundsInParentForLockScreen(
+ aura::Window* window);
+
// Returns the bounds of the physical display containing the shelf for
// |window|. Physical displays can differ from logical displays in unified
// desktop mode.
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/screen_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698