Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: ui/app_list/app_list_bubble_border.h

Issue 10386224: app_list: Add search box and search result view for v2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, rename and add chrome search Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698