| Index: src/pdf/SkPDFDevice.cpp
|
| diff --git a/src/pdf/SkPDFDevice.cpp b/src/pdf/SkPDFDevice.cpp
|
| index 3f5f4535c16d0251a201c8a34ccb04e5a23c3c2a..c4359ed2b273ffdbf6f5532f689592b13803376b 100644
|
| --- a/src/pdf/SkPDFDevice.cpp
|
| +++ b/src/pdf/SkPDFDevice.cpp
|
| @@ -9,8 +9,8 @@
|
|
|
| #include "SkAnnotation.h"
|
| #include "SkBitmapDevice.h"
|
| -#include "SkColor.h"
|
| #include "SkClipStack.h"
|
| +#include "SkColor.h"
|
| #include "SkData.h"
|
| #include "SkDraw.h"
|
| #include "SkGlyphCache.h"
|
| @@ -27,14 +27,17 @@
|
| #include "SkPDFStream.h"
|
| #include "SkPDFTypes.h"
|
| #include "SkPDFUtils.h"
|
| -#include "SkRect.h"
|
| +#include "SkPaint.h"
|
| +#include "SkPath.h"
|
| +#include "SkPathOps.h"
|
| #include "SkRRect.h"
|
| +#include "SkRect.h"
|
| #include "SkString.h"
|
| #include "SkSurface.h"
|
| -#include "SkTextFormatParams.h"
|
| +#include "SkTSet.h"
|
| #include "SkTemplates.h"
|
| +#include "SkTextFormatParams.h"
|
| #include "SkTypefacePriv.h"
|
| -#include "SkTSet.h"
|
|
|
| #define DPI_FOR_RASTER_SCALE_ONE 72
|
|
|
|
|