| Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| index b74463b8d1a54f857dfed41a6544a271a938af33..cb3e4f90c44004aa7341b67bb55d004ed6a61603 100644
|
| --- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| @@ -55,8 +55,7 @@ IconLabelBubbleView::IconLabelBubbleView(const int background_images[],
|
| // sit atop.
|
| const SkBitmap& bitmap(
|
| ui::ResourceBundle::GetSharedInstance().GetImageSkiaNamed(
|
| - background_images[4])->GetRepresentation(
|
| - ui::SCALE_FACTOR_100P).sk_bitmap());
|
| + background_images[4])->GetRepresentation(1.0f).sk_bitmap());
|
| SkAutoLockPixels pixel_lock(bitmap);
|
| SkColor background_image_color =
|
| bitmap.getColor(bitmap.width() / 2, bitmap.height() / 2);
|
|
|