Chromium Code Reviews| Index: include/core/SkPicture.h |
| diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h |
| index d353a2a91c340f53ab44402cd1a7c127addb425f..f0bdd914d5cb17bfc076b23af4a665868c4d24f5 100644 |
| --- a/include/core/SkPicture.h |
| +++ b/include/core/SkPicture.h |
| @@ -310,6 +310,7 @@ private: |
| int fNumFastPathDashEffects; |
| int fNumAAConcavePaths; |
| int fNumAAHairlineConcavePaths; |
| + int fNumAADFEligibleConcavePaths; |
| } fAnalysis; |
| }; |