Index: src/core/SkRecords.h |
diff --git a/src/core/SkRecords.h b/src/core/SkRecords.h |
index 046626af4b5479a17966569b6f4d4165510f9a9b..d6fc723b39c866598a339d9c1e709af4c7099b66 100644 |
--- a/src/core/SkRecords.h |
+++ b/src/core/SkRecords.h |
@@ -42,7 +42,6 @@ namespace SkRecords { |
M(AddComment) \ |
M(EndCommentGroup) \ |
M(DrawBitmap) \ |
- M(DrawBitmapMatrix) \ |
M(DrawBitmapNine) \ |
M(DrawBitmapRectToRect) \ |
M(DrawBitmapRectToRectBleed) \ |
@@ -246,7 +245,6 @@ RECORD4(DrawBitmap, Optional<SkPaint>, paint, |
ImmutableBitmap, bitmap, |
SkScalar, left, |
SkScalar, top); |
-RECORD3(DrawBitmapMatrix, Optional<SkPaint>, paint, ImmutableBitmap, bitmap, TypedMatrix, matrix); |
RECORD4(DrawBitmapNine, Optional<SkPaint>, paint, |
ImmutableBitmap, bitmap, |
SkIRect, center, |