summaryrefslogtreecommitdiffstats
path: root/ui/gfx/canvas_skia.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gfx/canvas_skia.cc')
-rw-r--r--ui/gfx/canvas_skia.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/canvas_skia.cc b/ui/gfx/canvas_skia.cc
index 5c51481..003b2d1 100644
--- a/ui/gfx/canvas_skia.cc
+++ b/ui/gfx/canvas_skia.cc
@@ -396,7 +396,7 @@ void Canvas::DrawStringWithHalo(const string16& text,
}
// Draw the halo bitmap with blur.
- DrawBitmapInt(text_bitmap, x - 1, y - 1);
+ DrawImageInt(text_bitmap, x - 1, y - 1);
}
// TODO(asvitkine): Remove the ifdef once all platforms use canvas_skia.cc.