| Index: chrome/browser/history/select_favicon_frames_unittest.cc
|
| diff --git a/chrome/browser/history/select_favicon_frames_unittest.cc b/chrome/browser/history/select_favicon_frames_unittest.cc
|
| index d6e2fe9c00207aedba18fc549e362c67692525dd..f82b17a019515e96c5e4e10ebab5cdb92fd973d0 100644
|
| --- a/chrome/browser/history/select_favicon_frames_unittest.cc
|
| +++ b/chrome/browser/history/select_favicon_frames_unittest.cc
|
| @@ -44,7 +44,7 @@ SkBitmap MakeBitmap(SkColor color, int w, int h) {
|
| SkColor GetColor(const gfx::ImageSkia& image, ui::ScaleFactor factor,
|
| int x = -1, int y = -1) {
|
| const SkBitmap& bitmap =
|
| - image.GetRepresentation(ui::GetImageScale(factor)).sk_bitmap();
|
| + image.GetRepresentation(ui::GetScaleForScaleFactor(factor)).sk_bitmap();
|
| if (x == -1)
|
| x = bitmap.width() / 2;
|
| if (y == -1)
|
|
|