| Index: src/utils/SkDumpCanvas.cpp
|
| diff --git a/src/utils/SkDumpCanvas.cpp b/src/utils/SkDumpCanvas.cpp
|
| index d6192482f0a71794fb96ae9cf5aea75cb8903861..1bfb1ba806afd3805291f6a488cc59c1c95b9ff2 100644
|
| --- a/src/utils/SkDumpCanvas.cpp
|
| +++ b/src/utils/SkDumpCanvas.cpp
|
| @@ -457,12 +457,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::drawData(const void* data, size_t length) {
|
| -// this->dump(kDrawData_Verb, NULL, "drawData(%d)", length);
|
| - this->dump(kDrawData_Verb, NULL, "drawData(%d) %.*s", length,
|
| - SkTMin<size_t>(length, 64), data);
|
| -}
|
| -
|
| void SkDumpCanvas::beginCommentGroup(const char* description) {
|
| this->dump(kBeginCommentGroup_Verb, NULL, "beginCommentGroup(%s)", description);
|
| }
|
|
|