| Index: src/core/SkPictureData.cpp
|
| diff --git a/src/core/SkPictureData.cpp b/src/core/SkPictureData.cpp
|
| index 73cf2bf215837dbac845850bf5ade507891d983d..7fc165d219d2962ffebce0ad2f677a5e7e5415ee 100644
|
| --- a/src/core/SkPictureData.cpp
|
| +++ b/src/core/SkPictureData.cpp
|
| @@ -5,11 +5,14 @@
|
| * found in the LICENSE file.
|
| */
|
| #include <new>
|
| +#include "SkBBoxHierarchy.h"
|
| +#include "SkDrawPictureCallback.h"
|
| #include "SkPictureData.h"
|
| #include "SkPictureRecord.h"
|
| #include "SkReadBuffer.h"
|
| #include "SkTextBlob.h"
|
| #include "SkTypeface.h"
|
| +#include "SkTSort.h"
|
| #include "SkWriteBuffer.h"
|
|
|
| #if SK_SUPPORT_GPU
|
|
|