Index: src/core/SkRecordDraw.cpp |
diff --git a/src/core/SkRecordDraw.cpp b/src/core/SkRecordDraw.cpp |
index 5dd2ba3296df619de59823d7b73669de6f76a6d8..1101fb424d0d7d9e2897534b91a0deee8c67c985 100644 |
--- a/src/core/SkRecordDraw.cpp |
+++ b/src/core/SkRecordDraw.cpp |
@@ -71,6 +71,10 @@ DRAW(ClipRRect, clipRRect(r.rrect, r.op, r.doAA)); |
DRAW(ClipRect, clipRect(r.rect, r.op, r.doAA)); |
DRAW(ClipRegion, clipRegion(r.region, r.op)); |
+DRAW(BeginCommentGroup, beginCommentGroup(r.description)); |
+DRAW(AddComment, addComment(r.key, r.value)); |
+DRAW(EndCommentGroup, endCommentGroup()); |
+ |
DRAW(DrawBitmap, drawBitmap(shallow_copy(r.bitmap), r.left, r.top, r.paint)); |
DRAW(DrawBitmapMatrix, drawBitmapMatrix(shallow_copy(r.bitmap), r.matrix, r.paint)); |
DRAW(DrawBitmapNine, drawBitmapNine(shallow_copy(r.bitmap), r.center, r.dst, r.paint)); |