| Index: include/core/SkPictureRecorder.h
|
| diff --git a/include/core/SkPictureRecorder.h b/include/core/SkPictureRecorder.h
|
| index e9ddcf5958789e27e1c6af5b76671a34b4d5d2e0..8d29ff36daa310bcfbb3d3b0f3d9980a702d0dac 100644
|
| --- a/include/core/SkPictureRecorder.h
|
| +++ b/include/core/SkPictureRecorder.h
|
| @@ -61,7 +61,8 @@ private:
|
| friend class SkPictureRecorderReplayTester; // for unit testing
|
| void partialReplay(SkCanvas* canvas) const;
|
|
|
| - SkAutoTUnref<SkPicture> fPicture;
|
| + int fWidth;
|
| + int fHeight;
|
| SkPictureRecord* fCanvas; // ref counted
|
|
|
| typedef SkNoncopyable INHERITED;
|
|
|