| 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 059027f06883b74e691ccb469f204fb9adeaa073..aebcc951eb86beebd298819117c988ed2955203a 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| @@ -468,7 +468,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);
|
|
|
|
|