| Index: ui/app_list/views/apps_grid_view.cc
|
| diff --git a/ui/app_list/views/apps_grid_view.cc b/ui/app_list/views/apps_grid_view.cc
|
| index b6f83d382e9a6c089498d1ef427f810151c9ceba..f355a4f2a03156da0419ded6a0c58bf822375718 100644
|
| --- a/ui/app_list/views/apps_grid_view.cc
|
| +++ b/ui/app_list/views/apps_grid_view.cc
|
| @@ -841,7 +841,7 @@ bool AppsGridView::IsAnimatingView(views::View* view) {
|
| return bounds_animator_.IsAnimating(view);
|
| }
|
|
|
| -gfx::Size AppsGridView::GetPreferredSize() {
|
| +gfx::Size AppsGridView::GetPreferredSize() const {
|
| const gfx::Insets insets(GetInsets());
|
| const gfx::Size tile_size = gfx::Size(kPreferredTileWidth,
|
| kPreferredTileHeight);
|
|
|