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

Unified Diff: chrome/browser/ui/views/message_center/notification_bubble_wrapper_win.cc

Issue 12310022: More flexibility in BubbleBorder arrow rendering. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address msw style nits. Created 7 years, 10 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 | « ash/system/tray/tray_background_view.cc ('k') | ui/views/bubble/bubble_border.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/message_center/notification_bubble_wrapper_win.cc
diff --git a/chrome/browser/ui/views/message_center/notification_bubble_wrapper_win.cc b/chrome/browser/ui/views/message_center/notification_bubble_wrapper_win.cc
index 7ae7570e38b3e24cc80dee467d41a0b022281aa1..5f62c4371673b867e1b454d2bd4f02ab20009561 100644
--- a/chrome/browser/ui/views/message_center/notification_bubble_wrapper_win.cc
+++ b/chrome/browser/ui/views/message_center/notification_bubble_wrapper_win.cc
@@ -41,7 +41,7 @@ NotificationBubbleWrapperWin::NotificationBubbleWrapperWin(
bubble_->GetInitParams(anchor_alignment);
init_params.close_on_deactivate = false;
init_params.arrow_alignment = views::BubbleBorder::ALIGN_EDGE_TO_ANCHOR_EDGE;
- init_params.hide_arrow = true;
+ init_params.arrow_paint_type = views::BubbleBorder::PAINT_NONE;
// TODO(dewittj): Show big shadow without blocking clicks.
init_params.shadow = views::BubbleBorder::NO_SHADOW;
« no previous file with comments | « ash/system/tray/tray_background_view.cc ('k') | ui/views/bubble/bubble_border.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698