Chromium Code Reviews| Index: src/gpu/GrPictureUtils.h |
| =================================================================== |
| --- src/gpu/GrPictureUtils.h (revision 14614) |
| +++ src/gpu/GrPictureUtils.h (working copy) |
| @@ -68,10 +68,9 @@ |
| // incorporate the clip and matrix state into the key |
| static SkPicture::AccelData::Key ComputeAccelDataKey(); |
| -protected: |
| +private: |
| SkTDArray<SaveLayerInfo> fSaveLayerInfo; |
| -private: |
| typedef SkPicture::AccelData INHERITED; |
| }; |