Chromium Code Reviews| Index: src/core/SkReadBuffer.h |
| diff --git a/src/core/SkReadBuffer.h b/src/core/SkReadBuffer.h |
| index 7b12194fc03558a70dba98c2b36c4aae2bcf3bbe..722e11a7b5f478c351e6cc3d94b494f4c937f869 100644 |
| --- a/src/core/SkReadBuffer.h |
| +++ b/src/core/SkReadBuffer.h |
| @@ -61,6 +61,7 @@ public: |
| kPictureShaderHasPictureBool_Version = 42, |
| kHasDrawImageOpCodes_Version = 43, |
| kAnnotationsMovedToCanvas_Version = 44, |
| + kLightingShaderWritesInvNormRotation = 45, |
| }; |
| /** |