Index: src/core/SkRecords.h |
diff --git a/src/core/SkRecords.h b/src/core/SkRecords.h |
index ed5eaf3491648e0ec3fcf35932f0c17ce02e0fa9..1cf29f26f1b4ea4bd3009adebbf71678f2852469 100644 |
--- a/src/core/SkRecords.h |
+++ b/src/core/SkRecords.h |
@@ -61,7 +61,6 @@ namespace SkRecords { |
M(DrawRect) \ |
M(DrawSprite) \ |
M(DrawTextBlob) \ |
- M(DrawData) \ |
M(DrawVertices) |
// Defines SkRecords::Type, an enum of all record types. |
@@ -305,8 +304,6 @@ RECORD5(DrawTextOnPath, SkPaint, paint, |
BoundedPath, path, |
TypedMatrix, matrix); |
-RECORD2(DrawData, PODArray<char>, data, size_t, length); |
- |
RECORD5(DrawPatch, SkPaint, paint, |
PODArray<SkPoint>, cubics, |
PODArray<SkColor>, colors, |