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

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

Issue 2389073004: Restore correct size for omnibox search icon. (Closed)
Patch Set: . Created 4 years, 2 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 | « no previous file | chrome/browser/ui/views/location_bar/location_bar_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/location_bar/bubble_icon_view.cc
diff --git a/chrome/browser/ui/views/location_bar/bubble_icon_view.cc b/chrome/browser/ui/views/location_bar/bubble_icon_view.cc
index 58b4a4dbfcc7bcb944e395ef85f785ce4146d66a..a186bd20b92e9db6d97ae446779af91783618bb8 100644
--- a/chrome/browser/ui/views/location_bar/bubble_icon_view.cc
+++ b/chrome/browser/ui/views/location_bar/bubble_icon_view.cc
@@ -192,7 +192,7 @@ void BubbleIconView::UpdateIcon() {
ui::NativeTheme::kColorId_ProminentButtonColor)
: GetInkDropBaseColor();
image_->SetImage(gfx::CreateVectorIcon(
- GetVectorIcon(), LocationBarView::kLocationBarIconWidth, icon_color));
+ GetVectorIcon(), LocationBarView::kIconWidth, icon_color));
}
void BubbleIconView::SetActiveInternal(bool active) {
« no previous file with comments | « no previous file | chrome/browser/ui/views/location_bar/location_bar_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698