| Index: ui/app_list/app_list_bubble_border.h
|
| diff --git a/ui/app_list/app_list_bubble_border.h b/ui/app_list/app_list_bubble_border.h
|
| index 53d7bed75b563e53a7e9e67c63607faaec2c853e..205c2668f382e6cc3004f2495a4966c2b7affafa 100644
|
| --- a/ui/app_list/app_list_bubble_border.h
|
| +++ b/ui/app_list/app_list_bubble_border.h
|
| @@ -25,8 +25,12 @@ class AppListBubbleBorder : public views::BubbleBorder {
|
| }
|
|
|
| private:
|
| - void PaintModelViewBackground(gfx::Canvas* canvas,
|
| + void PaintSearchBoxBackground(gfx::Canvas* canvas,
|
| const gfx::Rect& bounds) const;
|
| + void PaintSearchResultListBackground(gfx::Canvas* canvas,
|
| + const gfx::Rect& bounds) const;
|
| + void PaintAppsGridBackground(gfx::Canvas* canvas,
|
| + const gfx::Rect& bounds) const;
|
| void PaintPageSwitcherBackground(gfx::Canvas* canvas,
|
| const gfx::Rect& bounds) const;
|
|
|
|
|