| Index: ash/common/wm/wm_screen_util.h
|
| diff --git a/ash/common/wm/wm_screen_util.h b/ash/common/wm/wm_screen_util.h
|
| index 6ba858aca4eed5113d9c8b4bea776b1e5539eebe..6dcfc1694a450a008a09584355929a9d63700425 100644
|
| --- a/ash/common/wm/wm_screen_util.h
|
| +++ b/ash/common/wm/wm_screen_util.h
|
| @@ -22,6 +22,12 @@ ASH_EXPORT gfx::Rect GetDisplayWorkAreaBounds(WmWindow* window);
|
| ASH_EXPORT gfx::Rect GetDisplayBoundsInParent(WmWindow* window);
|
| ASH_EXPORT gfx::Rect GetMaximizedWindowBoundsInParent(WmWindow* window);
|
|
|
| +// Returns the bounds of the physical display containing the shelf for |window|.
|
| +// Physical displays can differ from logical displays in unified desktop mode.
|
| +// TODO(oshima): Consider using physical displays in window layout, instead of
|
| +// root windows, and only use logical display in display management code.
|
| +ASH_EXPORT gfx::Rect GetDisplayBoundsWithShelf(WmWindow* window);
|
| +
|
| } // namespace wm
|
| } // namespace ash
|
|
|
|
|