aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/mipmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/mipmap.cpp')
-rw-r--r--gm/mipmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/mipmap.cpp b/gm/mipmap.cpp
index 56a78f4890..9769cda3f5 100644
--- a/gm/mipmap.cpp
+++ b/gm/mipmap.cpp
@@ -38,7 +38,7 @@ DEF_SIMPLE_GM(mipmap, canvas, 400, 200) {
paint.setTextSize(30);
SkString str;
str.printf("scale %g %g", dst.width() / img->width(), dst.height() / img->height());
-// canvas->drawText(str.c_str(), str.size(), 300, 100, paint);
+// canvas->drawString(str, 300, 100, paint);
canvas->translate(20, 20);
for (int i = 0; i < 4; ++i) {