aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPicture.h
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2014-08-27 11:53:28 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-27 11:53:28 -0700
commitd62833079fc36e28e65692f9a0c7dbdb124519c6 (patch)
tree65fc99645bb92927f39d2e5f35a94c527e55b1ea /include/core/SkPicture.h
parent9c3d24b9d1ba3d955094ff0cb1ba2d11e1c1adca (diff)
Switch GPU Optimization code to SkRecord
R=mtklein@google.com, bsalomon@google.com Author: robertphillips@google.com Review URL: https://codereview.chromium.org/504393002
Diffstat (limited to 'include/core/SkPicture.h')
-rw-r--r--include/core/SkPicture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index 936291a58a..30d08211db 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -296,7 +296,7 @@ private:
friend class SkPictureData; // to access OperationList
friend class SkPictureRecorder; // just for SkPicture-based constructor
friend class SkGpuDevice; // for EXPERIMENTAL_getActiveOps/OperationList
- friend class GrGatherCanvas; // needs to know if old or new picture
+ friend class CollectLayers; // access to fRecord
friend class SkPicturePlayback; // to get fData & OperationList
friend class SkPictureReplacementPlayback; // to access OperationList