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

Unified Diff: ui/app_list/app_list_view.cc

Issue 10826172: ash: Fix blurry app list bubble border. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix clang 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
« no previous file with comments | « ui/app_list/app_list_bubble_border.h ('k') | ui/views/bubble/bubble_border_2.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_view.cc
diff --git a/ui/app_list/app_list_view.cc b/ui/app_list/app_list_view.cc
index b5426989e97e30f63cc7e570050559a0c8b8b80c..c93adbdbc80c759dad9339b58055caf1b96679cc 100644
--- a/ui/app_list/app_list_view.cc
+++ b/ui/app_list/app_list_view.cc
@@ -74,14 +74,14 @@ void AppListView::InitAsBubble(
kArrowOffset));
views::BubbleDelegateView::CreateBubble(this);
- // Resets default background since AppListBubbleBorder paints background.
- GetBubbleFrameView()->set_background(NULL);
-
// Overrides border with AppListBubbleBorder.
bubble_border_ = new AppListBubbleBorder(this, search_box_view_);
GetBubbleFrameView()->SetBubbleBorder(bubble_border_);
SetBubbleArrowLocation(arrow_location);
+ // Resets default background since AppListBubbleBorder paints background.
+ GetBubbleFrameView()->set_background(NULL);
+
CreateModel();
}
« no previous file with comments | « ui/app_list/app_list_bubble_border.h ('k') | ui/views/bubble/bubble_border_2.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698