Index: src/pdf/SkPDFDevice.h |
diff --git a/src/pdf/SkPDFDevice.h b/src/pdf/SkPDFDevice.h |
index 6588efb8d1d954a3d904b2ba3b6835280f62bfa6..b9ef50151858e6f185c2ecdf944d19f51baa8006 100644 |
--- a/src/pdf/SkPDFDevice.h |
+++ b/src/pdf/SkPDFDevice.h |
@@ -143,13 +143,6 @@ public: |
*/ |
std::unique_ptr<SkStreamAsset> content() const; |
- /** Writes the page contents to the stream. */ |
- void writeContent(SkWStream*) const; |
- |
- const SkMatrix& initialTransform() const { |
- return fInitialTransform; |
- } |
- |
SkPDFCanon* getCanon() const; |
// It is important to not confuse GraphicStateEntry with SkPDFGraphicState, the |
@@ -218,7 +211,6 @@ private: |
friend class ScopedContentEntry; |
SkISize fPageSize; |
- SkISize fContentSize; |
SkMatrix fInitialTransform; |
SkClipStack fExistingClipStack; |
SkRegion fExistingClipRegion; |