| Index: ui/gfx/skia_util.cc
|
| diff --git a/ui/gfx/skia_util.cc b/ui/gfx/skia_util.cc
|
| index 50092ab13b6d1cace96df9e0af6eff2379d27bf0..1d05d1a6fd863e72a5ad302efbfb7c8f3c106cfb 100644
|
| --- a/ui/gfx/skia_util.cc
|
| +++ b/ui/gfx/skia_util.cc
|
| @@ -68,7 +68,7 @@ skia::RefPtr<SkShader> CreateImageRepShader(const gfx::ImageSkiaRep& image_rep,
|
| image_rep.sk_bitmap(), tile_mode, tile_mode));
|
| SkScalar scale_x = local_matrix.getScaleX();
|
| SkScalar scale_y = local_matrix.getScaleY();
|
| - SkScalar bitmap_scale = SkFloatToScalar(image_rep.GetScale());
|
| + SkScalar bitmap_scale = SkFloatToScalar(image_rep.scale());
|
|
|
| // Unscale matrix by |bitmap_scale| such that the bitmap is drawn at the
|
| // correct density.
|
|
|