Index: ui/gfx/canvas_paint_gtk.cc |
diff --git a/ui/gfx/canvas_paint_gtk.cc b/ui/gfx/canvas_paint_gtk.cc |
index 4c185c02e03ea515b013f13a16fb2907aed978ed..3faa064dc1f36ce70aea32520d3d8ca47b9f0fdc 100644 |
--- a/ui/gfx/canvas_paint_gtk.cc |
+++ b/ui/gfx/canvas_paint_gtk.cc |
@@ -53,7 +53,7 @@ CanvasSkiaPaint::~CanvasSkiaPaint() { |
void CanvasSkiaPaint::Init(bool opaque) { |
GdkRectangle bounds = rectangle(); |
RecreateBackingCanvas(gfx::Size(bounds.width, bounds.height), |
- ui::SCALE_FACTOR_100P, opaque); |
+ 1.0f, opaque); |
skia::PlatformCanvas* canvas = platform_canvas(); |
@@ -66,4 +66,4 @@ void CanvasSkiaPaint::Init(bool opaque) { |
} // namespace gfx |
- |
+ |