aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkLiteRecorder.cpp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-08-07 11:35:08 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-07 11:35:08 -0700
commit29de8d938da91a8bc02e73568979a209f116f79e (patch)
tree20b3d5ce33f10f3814576361e89fbb0880dc2851 /src/core/SkLiteRecorder.cpp
parentdad1aef9a8bcdcb2ef68d674035ba076467beef2 (diff)
SkLiteDL, very nearly the rest
fix saveLayer bounds all the misc calls a bit of refactoring just drawVertices and drawPatch to go, plus some todos and likely bug fixes BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2226563002 Review-Url: https://codereview.chromium.org/2226563002
Diffstat (limited to 'src/core/SkLiteRecorder.cpp')
-rw-r--r--src/core/SkLiteRecorder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkLiteRecorder.cpp b/src/core/SkLiteRecorder.cpp
index b712ca6b91..05fd9b251e 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,