Index: src/utils/SkDumpCanvas.cpp |
diff --git a/src/utils/SkDumpCanvas.cpp b/src/utils/SkDumpCanvas.cpp |
index 54ca691dced250fbb360366a0345c1ede55fd743..5cbf2f4bcc6282d9345e4dec39c6aa6dce5b9135 100644 |
--- a/src/utils/SkDumpCanvas.cpp |
+++ b/src/utils/SkDumpCanvas.cpp |
@@ -490,18 +490,6 @@ void SkDumpCanvas::onDrawPatch(const SkPoint cubics[12], const SkColor colors[4] |
texCoords[2].x(), texCoords[2].y(), texCoords[3].x(), texCoords[3].y()); |
} |
-void SkDumpCanvas::beginCommentGroup(const char* description) { |
- this->dump(kBeginCommentGroup_Verb, NULL, "beginCommentGroup(%s)", description); |
-} |
- |
-void SkDumpCanvas::addComment(const char* kywd, const char* value) { |
- this->dump(kAddComment_Verb, NULL, "addComment(%s, %s)", kywd, value); |
-} |
- |
-void SkDumpCanvas::endCommentGroup() { |
- this->dump(kEndCommentGroup_Verb, NULL, "endCommentGroup()"); |
-} |
- |
/////////////////////////////////////////////////////////////////////////////// |
/////////////////////////////////////////////////////////////////////////////// |