Index: include/private/SkRecords.h |
diff --git a/include/private/SkRecords.h b/include/private/SkRecords.h |
index 22bcab4d97d5f2497e2517214d6a97abbd69e49c..d6ef12fe6c36491229f83253d921f8f914a52ffc 100644 |
--- a/include/private/SkRecords.h |
+++ b/include/private/SkRecords.h |
@@ -47,7 +47,6 @@ |
M(Save) \ |
M(SaveLayer) \ |
M(SetMatrix) \ |
- M(TranslateZ) \ |
M(Concat) \ |
M(ClipPath) \ |
M(ClipRRect) \ |
@@ -218,8 +217,6 @@ |
RECORD(Concat, 0, |
TypedMatrix matrix); |
-RECORD(TranslateZ, 0, SkScalar z); |
- |
struct RegionOpAndAA { |
RegionOpAndAA() {} |
RegionOpAndAA(SkRegion::Op op, bool aa) : op(op), aa(aa) {} |