| Index: trunk/src/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (revision 224498)
|
| +++ trunk/src/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (working copy)
|
| @@ -469,7 +469,7 @@
|
| const int kCardWidthPx = 300;
|
| const int kCardHeightPx = 190;
|
| const gfx::Size size(kCardWidthPx, kCardHeightPx);
|
| - gfx::Canvas canvas(size, 1.0f, false);
|
| + gfx::Canvas canvas(size, ui::SCALE_FACTOR_100P, false);
|
|
|
| gfx::Rect display_rect(size);
|
|
|
|
|