Chromium Code Reviews| Index: include/private/SkRecords.h |
| diff --git a/include/private/SkRecords.h b/include/private/SkRecords.h |
| index ab9b8a089cc84476f2888dc9f6e0766ccb581b38..2ae724ceca5fe940f0cca030fdf1fac5ff20ce2f 100644 |
| --- a/include/private/SkRecords.h |
| +++ b/include/private/SkRecords.h |
| @@ -197,7 +197,7 @@ RECORD(Save, 0); |
| RECORD(SaveLayer, 0, |
| Optional<SkRect> bounds; |
| Optional<SkPaint> paint; |
| - SkCanvas::SaveFlags flags); |
| + uint32_t saveLayerFlags); |
| RECORD(SetMatrix, 0, |
| TypedMatrix matrix); |