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

Unified Diff: chrome/browser/ui/ash/app_list/search_builder.cc

Issue 10829370: Make search icon in omnibox results hidpi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
Index: chrome/browser/ui/ash/app_list/search_builder.cc
diff --git a/chrome/browser/ui/ash/app_list/search_builder.cc b/chrome/browser/ui/ash/app_list/search_builder.cc
index f9d96025046006864e7197e041a4d87689f83eea..0005072e41bca0807088797f0a04d8e9d0a09702 100644
--- a/chrome/browser/ui/ash/app_list/search_builder.cc
+++ b/chrome/browser/ui/ash/app_list/search_builder.cc
@@ -161,7 +161,8 @@ class SearchBuilderResult : public app_list::SearchResult,
return;
}
- SetIcon(profile_->GetExtensionService()->GetOmniboxPopupIcon(extension_id));
+ SetIcon(profile_->GetExtensionService()->GetOmniboxPopupIcon(extension_id).
+ AsImageSkia());
}
Profile* profile_;

Powered by Google App Engine
This is Rietveld 408576698