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 3920d7e3400c7361b9025bad7729006d439ff377..e0b1c38739868dbf951539c5d5972cef476d14ae 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 |
@@ -66,8 +66,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); |