aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPictureUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrPictureUtils.h')
-rw-r--r--src/gpu/GrPictureUtils.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gpu/GrPictureUtils.h b/src/gpu/GrPictureUtils.h
index c625298627..b8a7814ccb 100644
--- a/src/gpu/GrPictureUtils.h
+++ b/src/gpu/GrPictureUtils.h
@@ -68,10 +68,9 @@ public:
// incorporate the clip and matrix state into the key
static SkPicture::AccelData::Key ComputeAccelDataKey();
-protected:
+private:
SkTDArray<SaveLayerInfo> fSaveLayerInfo;
-private:
typedef SkPicture::AccelData INHERITED;
};