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

Unified Diff: ui/app_list/app_list_bubble_border.h

Issue 10900018: Introduce App Launcher for Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: First round of feedback Created 8 years, 4 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 901afd953e822dd2bf685573c065508bc755c2de..e8c0a2a21b29a2509e15cc3e54c29640679b6446 100644
--- a/ui/app_list/app_list_bubble_border.h
+++ b/ui/app_list/app_list_bubble_border.h
@@ -18,6 +18,9 @@ class AppListBubbleBorder : public views::BubbleBorder2 {
views::View* search_box_view);
virtual ~AppListBubbleBorder();
+ // The background color is painted by the main view on some ports.
+ static SkColor ContentsBackgroundColor();
+
private:
// views::BubbleBorder2 overrides:
virtual void PaintBackground(gfx::Canvas* canvas,

Powered by Google App Engine
This is Rietveld 408576698