| Index: ui/app_list/apps_grid_view.cc
|
| diff --git a/ui/app_list/apps_grid_view.cc b/ui/app_list/apps_grid_view.cc
|
| index 02eef80ebd94737f93aa351f0bf55b2ed9f397d6..b2c9ed1e54ea6d8c39758f813b09524fec016b2b 100644
|
| --- a/ui/app_list/apps_grid_view.cc
|
| +++ b/ui/app_list/apps_grid_view.cc
|
| @@ -402,7 +402,7 @@ void AppsGridView::CalculateIdealBounds() {
|
|
|
| gfx::Rect grid_rect(gfx::Size(tile_size.width() * cols_,
|
| tile_size.height() * rows_per_page_));
|
| - grid_rect = grid_rect.Intersect(rect);
|
| + grid_rect.Intersect(rect);
|
|
|
| // Page width including padding pixels. A tile.x + page_width means the same
|
| // tile slot in the next page.
|
|
|