| Index: src/core/SkPictureRecord.h
|
| diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h
|
| index 18458c6f3690690a3a4f1b6ef550c9959af40e8d..c305f101d760856972987229dfef7c66c6f155ce 100644
|
| --- a/src/core/SkPictureRecord.h
|
| +++ b/src/core/SkPictureRecord.h
|
| @@ -12,7 +12,8 @@
|
| #include "SkFlattenable.h"
|
| #include "SkPicture.h"
|
| #include "SkPictureData.h"
|
| -#include "SkTemplates.h"
|
| +#include "SkTArray.h"
|
| +#include "SkTDArray.h"
|
| #include "SkWriter32.h"
|
|
|
| // These macros help with packing and unpacking a single byte value and
|
| @@ -40,7 +41,7 @@ public:
|
| const SkTDArray<const SkImage* >& getImageRefs() const {
|
| return fImageRefs;
|
| }
|
| -
|
| +
|
| SkData* opData(bool deepCopy) const {
|
| this->validate(fWriter.bytesWritten(), 0);
|
|
|
|
|