| Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| index 6872a86dbc3decd4c1e37753de21d3bfd51978af..34193e7143945892d6584b40f9faef8f96c33764 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| @@ -472,7 +472,7 @@ gfx::Image GetGeneratedCardImage(const base::string16& card_number,
|
| const int kCardWidthPx = 300;
|
| const int kCardHeightPx = 190;
|
| const gfx::Size size(kCardWidthPx, kCardHeightPx);
|
| - gfx::Canvas canvas(size, ui::SCALE_FACTOR_100P, false);
|
| + gfx::Canvas canvas(size, 1.0f, false);
|
|
|
| gfx::Rect display_rect(size);
|
|
|
|
|