Index: chrome/browser/ui/views/location_bar/star_view.cc |
diff --git a/chrome/browser/ui/views/location_bar/star_view.cc b/chrome/browser/ui/views/location_bar/star_view.cc |
index 98a2d2cc1dab594d20c29e0db660fc17c61d7f23..42c09ebb39cfde09549479d4f95f3eb5d8a64e30 100644 |
--- a/chrome/browser/ui/views/location_bar/star_view.cc |
+++ b/chrome/browser/ui/views/location_bar/star_view.cc |
@@ -29,7 +29,7 @@ StarView::~StarView() { |
void StarView::SetToggled(bool on) { |
SetTooltipText(l10n_util::GetStringUTF16( |
on ? IDS_TOOLTIP_STARRED : IDS_TOOLTIP_STAR)); |
- SetImage(ui::ResourceBundle::GetSharedInstance().GetBitmapNamed( |
+ SetImage(ui::ResourceBundle::GetSharedInstance().GetImageSkiaNamed( |
on ? IDR_STAR_LIT : IDR_STAR)); |
} |