| Index: ash/common/shelf/app_list_button.h
|
| diff --git a/ash/common/shelf/app_list_button.h b/ash/common/shelf/app_list_button.h
|
| index a14e04973265522b68e50d56ee1328718b2f176f..fad5bbeb9a16d254279f7c32fb6ef22bfb0c7962 100644
|
| --- a/ash/common/shelf/app_list_button.h
|
| +++ b/ash/common/shelf/app_list_button.h
|
| @@ -51,11 +51,9 @@ class ASH_EXPORT AppListButton : public views::ImageButton {
|
| // Toggles the active state for painting the background and schedules a paint.
|
| void SetDrawBackgroundAsActive(bool draw_background_as_active);
|
|
|
| - // Helper functions to paint the background and foreground of the AppList
|
| + // Helper function to paint the background and foreground of the AppList
|
| // button in Chrome OS MD.
|
| - void PaintBackgroundMD(gfx::Canvas* canvas);
|
| - void PaintForegroundMD(gfx::Canvas* canvas,
|
| - const gfx::ImageSkia& foreground_image);
|
| + void PaintMd(gfx::Canvas* canvas);
|
|
|
| // Helper function to paint the AppList button in Chrome OS non-MD.
|
| void PaintAppListButton(gfx::Canvas* canvas,
|
|
|