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

Unified Diff: chrome/browser/ui/views/notifications/balloon_view.cc

Issue 8565034: Add a drop shadow to the fullscreen exit bubble on windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 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 | « chrome/browser/ui/views/fullscreen_exit_bubble_views.cc ('k') | ui/resources/ui_resources_large.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/notifications/balloon_view.cc
diff --git a/chrome/browser/ui/views/notifications/balloon_view.cc b/chrome/browser/ui/views/notifications/balloon_view.cc
index 75b93fae78b513fd15f0f624a7903b6c673ab4ce..2ce871cf9e1328b3e6f94997c00f9d08d441c13a 100644
--- a/chrome/browser/ui/views/notifications/balloon_view.cc
+++ b/chrome/browser/ui/views/notifications/balloon_view.cc
@@ -109,7 +109,8 @@ BalloonViewImpl::BalloonViewImpl(BalloonCollection* collection)
set_parent_owned(false);
views::BubbleBorder* bubble_border =
- new views::BubbleBorder(views::BubbleBorder::FLOAT);
+ new views::BubbleBorder(views::BubbleBorder::FLOAT,
+ views::BubbleBorder::NO_SHADOW);
set_border(bubble_border);
}
« no previous file with comments | « chrome/browser/ui/views/fullscreen_exit_bubble_views.cc ('k') | ui/resources/ui_resources_large.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698