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