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

Unified Diff: chrome/browser/ui/views/location_bar/selected_keyword_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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/location_bar/selected_keyword_view.cc
diff --git a/chrome/browser/ui/views/location_bar/selected_keyword_view.cc b/chrome/browser/ui/views/location_bar/selected_keyword_view.cc
index 47f8eb45f9798e43143e9bc8c62224d56bf0302d..294670fcb532cc01ea5360e00cc7dae152787f25 100644
--- a/chrome/browser/ui/views/location_bar/selected_keyword_view.cc
+++ b/chrome/browser/ui/views/location_bar/selected_keyword_view.cc
@@ -31,8 +31,8 @@ SelectedKeywordView::~SelectedKeywordView() {
}
void SelectedKeywordView::ResetImage() {
- SetImage(
- gfx::CreateVectorIcon(gfx::VectorIconId::OMNIBOX_SEARCH, GetTextColor()));
+ SetImage(gfx::CreateVectorIcon(gfx::VectorIconId::OMNIBOX_SEARCH, 16,
Peter Kasting 2016/10/05 00:02:14 Nit: Should this be LocationBarView::kLocationBarI
Evan Stade 2016/10/05 17:29:43 Done.
+ GetTextColor()));
}
SkColor SelectedKeywordView::GetTextColor() const {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698