| Index: include/private/SkRecords.h
|
| diff --git a/include/private/SkRecords.h b/include/private/SkRecords.h
|
| index 610d29fb0ce893608e9ae9ac473414adbc1505bf..b856647aeed55099f636200afa260181a4f87a1e 100644
|
| --- a/include/private/SkRecords.h
|
| +++ b/include/private/SkRecords.h
|
| @@ -36,6 +36,7 @@ namespace SkRecords {
|
| M(Save) \
|
| M(SaveLayer) \
|
| M(SetMatrix) \
|
| + M(Concat) \
|
| M(ClipPath) \
|
| M(ClipRRect) \
|
| M(ClipRect) \
|
| @@ -201,6 +202,8 @@ RECORD(SaveLayer, 0,
|
|
|
| RECORD(SetMatrix, 0,
|
| TypedMatrix matrix);
|
| +RECORD(Concat, 0,
|
| + TypedMatrix matrix);
|
|
|
| struct RegionOpAndAA {
|
| RegionOpAndAA() {}
|
|
|