| Index: ash/screen_ash.h
|
| diff --git a/ash/screen_ash.h b/ash/screen_ash.h
|
| index 94fb54b7c3895f90fb361915525e4cfad1025713..d150d4b395dbe654fa4dfe4855eea4d43c171c49 100644
|
| --- a/ash/screen_ash.h
|
| +++ b/ash/screen_ash.h
|
| @@ -22,17 +22,17 @@ class ASH_EXPORT ScreenAsh : public gfx::ScreenImpl {
|
|
|
| // Returns the bounds for maximized windows in parent coordinates.
|
| // Maximized windows trigger auto-hiding the shelf.
|
| - static gfx::Rect GetMaximizedWindowParentBounds(aura::Window* window);
|
| + static gfx::Rect GetMaximizedWindowBoundsInParent(aura::Window* window);
|
|
|
| // Returns work area when a maximized window is not present in
|
| // parent coordinates.
|
| - static gfx::Rect GetUnmaximizedWorkAreaParentBounds(aura::Window* window);
|
| + static gfx::Rect GetUnmaximizedWorkAreaBoundsInParent(aura::Window* window);
|
|
|
| // Returns the display bounds in parent coordinates.
|
| - static gfx::Rect GetDisplayParentBounds(aura::Window* window);
|
| + static gfx::Rect GetDisplayBoundsInParent(aura::Window* window);
|
|
|
| // Returns the display's work area bounds in parent coordinates.
|
| - static gfx::Rect GetDisplayWorkAreaParentBounds(aura::Window* window);
|
| + static gfx::Rect GetDisplayWorkAreaBoundsInParent(aura::Window* window);
|
|
|
| // Converts |rect| from |window|'s coordinates to the virtual screen
|
| // coordinates.
|
|
|