| Index: src/core/SkPictureFlat.h
|
| diff --git a/src/core/SkPictureFlat.h b/src/core/SkPictureFlat.h
|
| index c704f29e586aee1301824f78399f06789be79aa2..a5c607dbf614f79d9c331c68506c82ea3620df97 100644
|
| --- a/src/core/SkPictureFlat.h
|
| +++ b/src/core/SkPictureFlat.h
|
| @@ -92,8 +92,9 @@ enum DrawType {
|
|
|
| DRAW_SHADOWED_PICTURE_LIGHTS,
|
| DRAW_IMAGE_LATTICE,
|
| + DRAW_ARC,
|
|
|
| - LAST_DRAWTYPE_ENUM = DRAW_IMAGE_LATTICE
|
| + LAST_DRAWTYPE_ENUM = DRAW_ARC
|
| };
|
|
|
| // In the 'match' method, this constant will match any flavor of DRAW_BITMAP*
|
|
|