| Index: include/core/SkPictureRecorder.h
|
| diff --git a/include/core/SkPictureRecorder.h b/include/core/SkPictureRecorder.h
|
| index bd22d5560647447d5c65953bc562d70adb2ebcc5..c00d1b3dfb636d9f26cbb73e6c1592294eb18e77 100644
|
| --- a/include/core/SkPictureRecorder.h
|
| +++ b/include/core/SkPictureRecorder.h
|
| @@ -80,6 +80,8 @@ private:
|
| int fWidth;
|
| int fHeight;
|
|
|
| + SkAutoTUnref<SkBBoxHierarchy> fBBH;
|
| +
|
| // One of these two canvases will be non-NULL.
|
| SkAutoTUnref<SkPictureRecord> fPictureRecord; // beginRecording()
|
| SkAutoTUnref<SkRecorder> fRecorder; // EXPERIMENTAL_beginRecording()
|
|
|