| Index: ash/wm/image_grid.cc
|
| diff --git a/ash/wm/image_grid.cc b/ash/wm/image_grid.cc
|
| index facd566666da27a6a31c0ac96026a9b03d7348b6..80731d99f43bfe5cebf928c150ac8501f3711f93 100644
|
| --- a/ash/wm/image_grid.cc
|
| +++ b/ash/wm/image_grid.cc
|
| @@ -21,9 +21,9 @@ namespace internal {
|
|
|
| gfx::Rect ImageGrid::TestAPI::GetTransformedLayerBounds(
|
| const ui::Layer& layer) {
|
| - gfx::Rect bounds = layer.bounds();
|
| + gfx::RectF bounds = layer.bounds();
|
| layer.transform().TransformRect(&bounds);
|
| - return bounds;
|
| + return gfx::ToEnclosingRect(bounds);
|
| }
|
|
|
| ImageGrid::ImageGrid()
|
|
|