Chromium Code Reviews| Index: include/effects/SkDashPathEffect.h |
| diff --git a/include/effects/SkDashPathEffect.h b/include/effects/SkDashPathEffect.h |
| index 08b0a4693f7409b853439c61d28405aff832b5b3..4a193b8c931b2f14782dfafef7ea20a1353fec9f 100644 |
| --- a/include/effects/SkDashPathEffect.h |
| +++ b/include/effects/SkDashPathEffect.h |
| @@ -68,6 +68,7 @@ private: |
| SkScalar fInitialDashLength; |
| int32_t fInitialDashIndex; |
| SkScalar fIntervalLength; |
| + bool fValidParameters; |
| typedef SkPathEffect INHERITED; |
| }; |