aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/pdf/SkPDFPage.h
diff options
context:
space:
mode:
authorGravatar vandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-02-24 23:22:30 +0000
committerGravatar vandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-02-24 23:22:30 +0000
commitc2a9b7fe5640af8f0c371561f1ac71b045d6d8ec (patch)
tree8db889cce0421f3c36c92bb6539654062cd254dc /include/pdf/SkPDFPage.h
parentf60a001d1a0052fe21956d8d222d9ba1b5a05981 (diff)
[PDF] Remove one copy of each content stream.
Review URL: http://codereview.appspot.com/4231044 git-svn-id: http://skia.googlecode.com/svn/trunk@856 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/pdf/SkPDFPage.h')
-rw-r--r--include/pdf/SkPDFPage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/pdf/SkPDFPage.h b/include/pdf/SkPDFPage.h
index 0831cb504e..b12be16fa2 100644
--- a/include/pdf/SkPDFPage.h
+++ b/include/pdf/SkPDFPage.h
@@ -90,7 +90,6 @@ private:
// Multiple pages may reference the content.
SkRefPtr<SkPDFDevice> fDevice;
- SkString fContent;
// Once the content is finalized, put it into a stream for output.
SkRefPtr<SkPDFStream> fContentStream;
};