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

Unified Diff: chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc

Issue 1455193003: Draw popup window toolbars as only containing a location bar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arbitrary_heights
Patch Set: Glass cleanups Created 5 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
Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
index 16e46b5c8b92786b2bb13f01dcf67b045261f35a..be10bab7d0dcd238220e8b1920cfb8770d948daf 100644
--- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
+++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
@@ -128,8 +128,7 @@ void IconLabelBubbleView::OnNativeThemeChanged(
SkColor border_color = inverted ? SK_ColorWHITE : GetBorderColor();
SkColor background_color =
inverted ? SK_ColorWHITE : SkColorSetA(border_color, 0x13);
- set_background(
- new BackgroundWith1PxBorder(background_color, border_color, false));
+ set_background(new BackgroundWith1PxBorder(background_color, border_color));
SetLabelBackgroundColor(background_color);
}

Powered by Google App Engine
This is Rietveld 408576698