| Index: ash/wm/image_grid.h
|
| diff --git a/ash/wm/image_grid.h b/ash/wm/image_grid.h
|
| index 8a15735d7b92135b4284ce9a42d58f0d8bcb2e30..cb3b7bb53e88f17719d35e904ad35d89d3816845 100644
|
| --- a/ash/wm/image_grid.h
|
| +++ b/ash/wm/image_grid.h
|
| @@ -78,7 +78,7 @@ class ASH_EXPORT ImageGrid {
|
| }
|
|
|
| // Returns |layer|'s bounds after applying the layer's current transform.
|
| - gfx::Rect GetTransformedLayerBounds(const ui::Layer& layer);
|
| + gfx::RectF GetTransformedLayerBounds(const ui::Layer& layer);
|
|
|
| private:
|
| ImageGrid* grid_; // not owned
|
|
|