Index: src/core/SkPictureFlat.h |
diff --git a/src/core/SkPictureFlat.h b/src/core/SkPictureFlat.h |
index 125d4e95e84f9c60528ec39bfb6e92ad32d2e09d..0451fdee9f377b44b1ff57a636adcb49d03ff8cd 100644 |
--- a/src/core/SkPictureFlat.h |
+++ b/src/core/SkPictureFlat.h |
@@ -66,6 +66,7 @@ enum DrawType { |
DRAW_PATCH, // could not add in aphabetical order |
DRAW_PICTURE_MATRIX_PAINT, |
+ DRAW_SHADOWED_PICTURE_LIGHTS, |
jvanverth1
2016/07/14 17:27:09
You'll need to move this to the end of the list, l
|
DRAW_TEXT_BLOB, |
DRAW_IMAGE, |
DRAW_IMAGE_RECT_STRICT, // deprecated (M45) |