| Index: trunk/src/ui/gfx/canvas_paint_gtk.cc
|
| ===================================================================
|
| --- trunk/src/ui/gfx/canvas_paint_gtk.cc (revision 224498)
|
| +++ trunk/src/ui/gfx/canvas_paint_gtk.cc (working copy)
|
| @@ -53,7 +53,7 @@
|
| void CanvasSkiaPaint::Init(bool opaque) {
|
| GdkRectangle bounds = rectangle();
|
| RecreateBackingCanvas(gfx::Size(bounds.width, bounds.height),
|
| - 1.0f, opaque);
|
| + ui::SCALE_FACTOR_100P, opaque);
|
|
|
| skia::PlatformCanvas* canvas = platform_canvas();
|
|
|
| @@ -66,4 +66,4 @@
|
|
|
| } // namespace gfx
|
|
|
| -
|
| +
|
|
|