| Index: trunk/src/ui/base/clipboard/clipboard_mac.mm
|
| ===================================================================
|
| --- trunk/src/ui/base/clipboard/clipboard_mac.mm (revision 224498)
|
| +++ trunk/src/ui/base/clipboard/clipboard_mac.mm (working copy)
|
| @@ -358,7 +358,7 @@
|
| int width = [image size].width;
|
| int height = [image size].height;
|
|
|
| - gfx::Canvas canvas(gfx::Size(width, height), 1.0f, false);
|
| + gfx::Canvas canvas(gfx::Size(width, height), ui::SCALE_FACTOR_100P, false);
|
| {
|
| skia::ScopedPlatformPaint scoped_platform_paint(canvas.sk_canvas());
|
| CGContextRef gc = scoped_platform_paint.GetPlatformSurface();
|
|
|