Index: chrome/browser/ui/views/location_bar/content_setting_image_view.cc |
diff --git a/chrome/browser/ui/views/location_bar/content_setting_image_view.cc b/chrome/browser/ui/views/location_bar/content_setting_image_view.cc |
index 9e38e7ae0e2babbf5d798b16642c25fe057c1f11..6734411d694cbd572046966f3bfd66ef4a33b464 100644 |
--- a/chrome/browser/ui/views/location_bar/content_setting_image_view.cc |
+++ b/chrome/browser/ui/views/location_bar/content_setting_image_view.cc |
@@ -65,8 +65,7 @@ ContentSettingImageView::ContentSettingImageView( |
// sit atop. |
const SkBitmap& bitmap( |
ui::ResourceBundle::GetSharedInstance().GetImageSkiaNamed( |
- kBackgroundImages[4])->GetRepresentation( |
- ui::SCALE_FACTOR_100P).sk_bitmap()); |
+ kBackgroundImages[4])->GetRepresentation(1.0f).sk_bitmap()); |
SkAutoLockPixels pixel_lock(bitmap); |
SkColor background_image_color = |
bitmap.getColor(bitmap.width() / 2, bitmap.height() / 2); |