| Index: include/private/SkRecords.h
|
| diff --git a/include/private/SkRecords.h b/include/private/SkRecords.h
|
| index 35adca20e7aea0c6f1e5eb4cd3eb6b0a721bf7a2..9ec2d2116cd6d8e22699f97b574ef943b6acc4a9 100644
|
| --- a/include/private/SkRecords.h
|
| +++ b/include/private/SkRecords.h
|
| @@ -47,7 +47,6 @@ namespace SkRecords {
|
| M(Save) \
|
| M(SaveLayer) \
|
| M(SetMatrix) \
|
| - M(TranslateZ) \
|
| M(Concat) \
|
| M(ClipPath) \
|
| M(ClipRRect) \
|
| @@ -219,8 +218,6 @@ 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) {}
|
|
|