| Index: ui/gfx/image/image_skia.cc
|
| diff --git a/ui/gfx/image/image_skia.cc b/ui/gfx/image/image_skia.cc
|
| index fc5cef4761e8ecbec92f66d8aa617c4d3b547c78..20349b4baf14c71cd7fd7200697b559abc4fcf84 100644
|
| --- a/ui/gfx/image/image_skia.cc
|
| +++ b/ui/gfx/image/image_skia.cc
|
| @@ -219,7 +219,7 @@ std::vector<ImageSkiaRep>::iterator ImageSkiaStorage::FindRepresentation(
|
|
|
| ImageSkiaRep image;
|
| float resource_scale = scale;
|
| - if (g_supported_scales) {
|
| + if (!HasRepresentationAtAllScales() && g_supported_scales) {
|
| if (g_supported_scales->back() <= scale) {
|
| resource_scale = g_supported_scales->back();
|
| } else {
|
|
|