Index: include/core/SkShader.h |
diff --git a/include/core/SkShader.h b/include/core/SkShader.h |
index 126602def953ae1e65cc42198f58358f4c50e493..e1cab967958e36ccfa64b5589cc33f59d37cfced 100644 |
--- a/include/core/SkShader.h |
+++ b/include/core/SkShader.h |
@@ -312,6 +312,7 @@ public: |
SkPoint fPoint[2]; //!< Type specific, see above. |
SkScalar fRadius[2]; //!< Type specific, see above. |
TileMode fTileMode; //!< The tile mode used. |
+ uint32_t fGradientFlags; //!< see SkGradientShader::Flags |
}; |
virtual GradientType asAGradient(GradientInfo* info) const; |