| Index: ash/shelf/app_list_button.cc
|
| diff --git a/ash/shelf/app_list_button.cc b/ash/shelf/app_list_button.cc
|
| index f033b2df50fc14ffe42750a1ce30ad8264187e3d..1cd63f930947481901733ca0d1d265aa43049249 100644
|
| --- a/ash/shelf/app_list_button.cc
|
| +++ b/ash/shelf/app_list_button.cc
|
| @@ -57,8 +57,7 @@ AppListButton::AppListButton(InkDropButtonListener* listener,
|
| set_ink_drop_visible_opacity(kShelfInkDropVisibleOpacity);
|
| SetAccessibleName(
|
| l10n_util::GetStringUTF16(IDS_ASH_SHELF_APP_LIST_LAUNCHER_TITLE));
|
| - SetSize(
|
| - gfx::Size(GetShelfConstant(SHELF_SIZE), GetShelfConstant(SHELF_SIZE)));
|
| + SetSize(gfx::Size(kShelfSize, kShelfSize));
|
| SetFocusPainter(TrayPopupUtils::CreateFocusPainter());
|
| set_notify_action(CustomButton::NOTIFY_ON_PRESS);
|
| }
|
|
|