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

Unified Diff: ui/message_center/views/message_bubble_base.cc

Issue 2491033006: Adjust positioning of cros tray bubbles. (Closed)
Patch Set: rebase Created 4 years, 1 month 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 | « ash/shelf/shelf_layout_manager_unittest.cc ('k') | ui/message_center/views/message_center_bubble.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/views/message_bubble_base.cc
diff --git a/ui/message_center/views/message_bubble_base.cc b/ui/message_center/views/message_bubble_base.cc
index 7ee75b42c0e5535820076594274b3bbeccf430a4..43915d1ca3dd5c0ea140b06fbe71ccf4c84509af 100644
--- a/ui/message_center/views/message_bubble_base.cc
+++ b/ui/message_center/views/message_bubble_base.cc
@@ -70,11 +70,10 @@ void MessageBubbleBase::SetMaxHeight(int height) {
views::TrayBubbleView::InitParams MessageBubbleBase::GetDefaultInitParams(
views::TrayBubbleView::AnchorAlignment anchor_alignment) {
views::TrayBubbleView::InitParams init_params(
- views::TrayBubbleView::ANCHOR_TYPE_TRAY,
anchor_alignment,
kNotificationWidth,
kNotificationWidth);
- init_params.arrow_color = kBackgroundDarkColor;
+ init_params.bg_color = kBackgroundDarkColor;
return init_params;
}
« no previous file with comments | « ash/shelf/shelf_layout_manager_unittest.cc ('k') | ui/message_center/views/message_center_bubble.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698