Chromium Code Reviews| Index: include/core/SkPicture.h |
| diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h |
| index 79923a6a53350aee167cb06bf81266676bd61821..0e1ce3103003187a68e49418bced320fa41744e5 100644 |
| --- a/include/core/SkPicture.h |
| +++ b/include/core/SkPicture.h |
| @@ -308,6 +308,8 @@ private: |
| SkAutoTDelete<SkRecord> fRecord; |
| SkAutoTUnref<SkBBoxHierarchy> fBBH; |
| + struct PathCounter; |
| + |
| struct Analysis { |
| Analysis() {} // Only used by SkPictureData codepath. |
| explicit Analysis(const SkRecord&); |