| Index: ash/wm/window_resizer.h
|
| diff --git a/ash/wm/window_resizer.h b/ash/wm/window_resizer.h
|
| index 80ae948ee35e18a5950fef7b9559375d1fea66af..4723d201b65dd90971693444fa240ab0dbd326fc 100644
|
| --- a/ash/wm/window_resizer.h
|
| +++ b/ash/wm/window_resizer.h
|
| @@ -92,7 +92,7 @@ class ASH_EXPORT WindowResizer {
|
|
|
| static gfx::Rect CalculateBoundsForDrag(
|
| const Details& details,
|
| - const gfx::Point& location,
|
| + const gfx::Point& location_in_screen,
|
| int grid_size);
|
|
|
| static gfx::Rect AdjustBoundsToGrid(const gfx::Rect& bounds,
|
|
|