Index: src/pdf/SkPDFDevice.h |
diff --git a/src/pdf/SkPDFDevice.h b/src/pdf/SkPDFDevice.h |
index a701405241722048560147c484c821e4c52b68d3..2850cf943c0151837a46309e079e82c6e9777b2d 100644 |
--- a/src/pdf/SkPDFDevice.h |
+++ b/src/pdf/SkPDFDevice.h |
@@ -290,11 +290,9 @@ private: |
*/ |
void copyContentEntriesToData(ContentEntry* entry, SkWStream* data) const; |
-#ifdef SK_PDF_USE_PATHOPS |
bool handleInversePath(const SkDraw& d, const SkPath& origPath, |
const SkPaint& paint, bool pathIsMutable, |
const SkMatrix* prePathMatrix = NULL); |
-#endif |
bool handleRectAnnotation(const SkRect& r, const SkMatrix& matrix, |
const SkPaint& paint); |
bool handlePointAnnotation(const SkPoint* points, size_t count, |