Index: src/core/SkRecordDraw.cpp |
diff --git a/src/core/SkRecordDraw.cpp b/src/core/SkRecordDraw.cpp |
index 8bd12d00c8775c80849848f0fb6ea3c429db6662..a94312225a034808f86ba379d83d720f7ee23aef 100644 |
--- a/src/core/SkRecordDraw.cpp |
+++ b/src/core/SkRecordDraw.cpp |
@@ -96,7 +96,7 @@ DRAW(DrawDRRect, drawDRRect(r.outer, r.inner, r.paint)); |
DRAW(DrawOval, drawOval(r.oval, r.paint)); |
DRAW(DrawPaint, drawPaint(r.paint)); |
DRAW(DrawPath, drawPath(r.path, r.paint)); |
-DRAW(DrawPatch, drawPatch(r.cubics, r.colors, r.texCoords, r.xmode.get(), r.paint)); |
+DRAW(DrawPatch, drawPatch(r.cubics, r.colors, r.texCoords, r.xmode, r.paint)); |
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)); |