| Index: src/pdf/SkPDFDevice.cpp
|
| diff --git a/src/pdf/SkPDFDevice.cpp b/src/pdf/SkPDFDevice.cpp
|
| index b9e310d84650dc18d1439384202ba2bc4243d574..204678a687922e4bc32685c22a96518835ee105b 100644
|
| --- a/src/pdf/SkPDFDevice.cpp
|
| +++ b/src/pdf/SkPDFDevice.cpp
|
| @@ -8,12 +8,11 @@
|
| #include "SkPDFDevice.h"
|
|
|
| #include "SkAnnotationKeys.h"
|
| +#include "SkBitmapKey.h"
|
| #include "SkColor.h"
|
| #include "SkColorFilter.h"
|
| -#include "SkClipStack.h"
|
| #include "SkDraw.h"
|
| #include "SkGlyphCache.h"
|
| -#include "SkPaint.h"
|
| #include "SkPath.h"
|
| #include "SkPathEffect.h"
|
| #include "SkPathOps.h"
|
| @@ -29,7 +28,6 @@
|
| #include "SkPDFTypes.h"
|
| #include "SkPDFUtils.h"
|
| #include "SkRasterClip.h"
|
| -#include "SkRect.h"
|
| #include "SkRRect.h"
|
| #include "SkString.h"
|
| #include "SkSurface.h"
|
|
|