aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPicture.h
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-08-21 09:11:37 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-21 09:11:38 -0700
commit53fecfb15d254397ab03032b888daa9d15c487b6 (patch)
tree369d07782c33d2a1547b155f46c6d4beb1a2686e /include/core/SkPicture.h
parentc2d04e1bb8e8a0973e74d17811c6a9b586719766 (diff)
Our SkPicture::Analysis visitors should recurse into nested pictures.
BUG=skia: R=tomhudson@google.com, mtklein@google.com, reed@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/495793002
Diffstat (limited to 'include/core/SkPicture.h')
-rw-r--r--include/core/SkPicture.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index cfc82cb6dd..7a79bab26b 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&);