| Index: src/core/SkRecordDraw.h
|
| diff --git a/src/core/SkRecordDraw.h b/src/core/SkRecordDraw.h
|
| index 5b248cfbd5b3526fd7f5f9151170b3c3cb1608f3..7bbab81b5aeb479d84b4b26c66d99fdf978f6001 100644
|
| --- a/src/core/SkRecordDraw.h
|
| +++ b/src/core/SkRecordDraw.h
|
| @@ -9,7 +9,6 @@
|
| #define SkRecordDraw_DEFINED
|
|
|
| #include "SkBBoxHierarchy.h"
|
| -#include "SkBigPicture.h"
|
| #include "SkCanvas.h"
|
| #include "SkMatrix.h"
|
| #include "SkRecord.h"
|
| @@ -21,7 +20,7 @@
|
| void SkRecordFillBounds(const SkRect& cullRect, const SkRecord&, SkBBoxHierarchy*);
|
|
|
| void SkRecordComputeLayers(const SkRect& cullRect, const SkRecord& record,
|
| - const SkBigPicture::SnapshotArray*,
|
| + const SkPicture::SnapshotArray*,
|
| SkBBoxHierarchy* bbh, SkLayerInfo* data);
|
|
|
| // Draw an SkRecord into an SkCanvas. A convenience wrapper around SkRecords::Draw.
|
|
|