| Index: src/core/SkRecordDraw.cpp
|
| diff --git a/src/core/SkRecordDraw.cpp b/src/core/SkRecordDraw.cpp
|
| index 89efb8e18bf088150e55ae7ef510b8f80036afd4..ac463194a62f75c9c9499a49c65ea2fb48cb6fae 100644
|
| --- a/src/core/SkRecordDraw.cpp
|
| +++ b/src/core/SkRecordDraw.cpp
|
| @@ -63,6 +63,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.patch, 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));
|
|
|