Index: src/core/SkRecords.h |
diff --git a/src/core/SkRecords.h b/src/core/SkRecords.h |
index bc768d9496c0f2c12b59365e07ac1e73525043b9..01cdbf7b9fa5eff7936b65bd28daf1dc9b028a9c 100644 |
--- a/src/core/SkRecords.h |
+++ b/src/core/SkRecords.h |
@@ -44,7 +44,6 @@ namespace SkRecords { |
M(SaveLayer) \ |
M(PushCull) \ |
M(PopCull) \ |
- M(Concat) \ |
M(SetMatrix) \ |
M(ClipPath) \ |
M(ClipRRect) \ |
@@ -204,7 +203,6 @@ RECORD3(SaveLayer, Optional<SkRect>, bounds, Optional<SkPaint>, paint, SkCanvas: |
RECORD1(PushCull, SkRect, rect); |
RECORD0(PopCull); |
-RECORD1(Concat, SkMatrix, matrix); |
RECORD1(SetMatrix, SkMatrix, matrix); |
RECORD4(ClipPath, SkIRect, devBounds, SkPath, path, SkRegion::Op, op, bool, doAA); |