Index: src/core/SkPicturePlayback.cpp |
=================================================================== |
--- src/core/SkPicturePlayback.cpp (revision 14172) |
+++ src/core/SkPicturePlayback.cpp (working copy) |
@@ -6,7 +6,6 @@ |
*/ |
#include <new> |
#include "SkBBoxHierarchy.h" |
-#include "SkOffsetTable.h" |
#include "SkPicturePlayback.h" |
#include "SkPictureRecord.h" |
#include "SkPictureStateTree.h" |
@@ -98,8 +97,6 @@ |
fBitmapHeap.reset(SkSafeRef(record.fBitmapHeap)); |
fPathHeap.reset(SkSafeRef(record.fPathHeap)); |
- fBitmapUseOffsets.reset(SkSafeRef(record.fBitmapUseOffsets.get())); |
- |
// ensure that the paths bounds are pre-computed |
if (fPathHeap.get()) { |
for (int i = 0; i < fPathHeap->count(); i++) { |