| Index: src/core/SkLiteRecorder.cpp
|
| diff --git a/src/core/SkLiteRecorder.cpp b/src/core/SkLiteRecorder.cpp
|
| index b712ca6b91896b260514823548ada3b20e6ead2a..05fd9b251ed77483a2c5965a113c2c4709a03a46 100644
|
| --- a/src/core/SkLiteRecorder.cpp
|
| +++ b/src/core/SkLiteRecorder.cpp
|
| @@ -103,7 +103,7 @@ void SkLiteRecorder::onDrawTextOnPath(const void* text, size_t bytes,
|
| void SkLiteRecorder::onDrawTextRSXform(const void* text, size_t bytes,
|
| const SkRSXform xform[], const SkRect* cull,
|
| const SkPaint& paint) {
|
| - fDL->drawTextRSXForm(text, bytes, xform, cull, paint);
|
| + fDL->drawTextRSXform(text, bytes, xform, cull, paint);
|
| }
|
| void SkLiteRecorder::onDrawTextBlob(const SkTextBlob* blob,
|
| SkScalar x, SkScalar y,
|
|
|