| Index: src/gpu/GrPictureUtils.h
|
| diff --git a/src/gpu/GrPictureUtils.h b/src/gpu/GrPictureUtils.h
|
| index 3b557341ed94d4268e35bcda0c5a1d84afddacaf..6aa277edbf42610d111dc64aa6c070c9a09b130a 100644
|
| --- a/src/gpu/GrPictureUtils.h
|
| +++ b/src/gpu/GrPictureUtils.h
|
| @@ -76,6 +76,9 @@ private:
|
| typedef SkPicture::AccelData INHERITED;
|
| };
|
|
|
| +void SkRecordComputeLayers(const SkRect& cullRect, const SkRecord& record,
|
| + SkBBoxHierarchy* bbh, GrAccelData* data);
|
| +
|
| const GrAccelData* GPUOptimize(const SkPicture* pict);
|
|
|
| #endif // GrPictureUtils_DEFINED
|
|
|