Index: src/core/SkRecordDraw.cpp |
diff --git a/src/core/SkRecordDraw.cpp b/src/core/SkRecordDraw.cpp |
index f7f02997dfb149045f98722546e1ec75fcb45184..67402dd80873a0f6142a4340448c04cb6f3b81cb 100644 |
--- a/src/core/SkRecordDraw.cpp |
+++ b/src/core/SkRecordDraw.cpp |
@@ -349,7 +349,7 @@ private: |
} |
SkRect dst; |
- dst.set(op.pos, op.paint.countText(op.text, N)); |
+ dst.set(op.pos, N); |
AdjustTextForFontMetrics(&dst, op.paint); |
return this->adjustAndMap(dst, &op.paint); |
} |