Index: src/pdf/SkPDFDevice.h |
diff --git a/src/pdf/SkPDFDevice.h b/src/pdf/SkPDFDevice.h |
index a90ea115c1b69951e0a48f9dd1e7961a1c5f6329..047841df8477d0f10454761151661f879951f9e2 100644 |
--- a/src/pdf/SkPDFDevice.h |
+++ b/src/pdf/SkPDFDevice.h |
@@ -180,6 +180,10 @@ public: |
return *(fFontGlyphUsage.get()); |
} |
+#ifdef SK_DEBUG |
+ SkPDFCanon* getCanon() const { return fCanon; } |
+#endif // SK_DEBUG |
+ |
protected: |
const SkBitmap& onAccessBitmap() SK_OVERRIDE { |
return fLegacyBitmap; |