Index: src/core/SkRecordDraw.cpp |
diff --git a/src/core/SkRecordDraw.cpp b/src/core/SkRecordDraw.cpp |
index c3c767ce77a6fd571f68762559799b68de32fa53..26f4b24aff315da57efef7510f31bcf9e3681f24 100644 |
--- a/src/core/SkRecordDraw.cpp |
+++ b/src/core/SkRecordDraw.cpp |
@@ -64,7 +64,7 @@ DRAW(DrawOval, drawOval(r.oval, r.paint)); |
DRAW(DrawPaint, drawPaint(r.paint)); |
DRAW(DrawPath, drawPath(r.path, r.paint)); |
DRAW(DrawPatch, drawPatch(r.patch, r.paint)); |
-DRAW(DrawPicture, drawPicture(r.picture)); |
+DRAW(DrawPicture, drawPicture(r.picture, r.matrix, r.paint)); |
DRAW(DrawPoints, drawPoints(r.mode, r.count, r.pts, r.paint)); |
DRAW(DrawPosText, drawPosText(r.text, r.byteLength, r.pos, r.paint)); |
DRAW(DrawPosTextH, drawPosTextH(r.text, r.byteLength, r.xpos, r.y, r.paint)); |