Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3217)

Unified Diff: experimental/PdfViewer/SkPdfBasics.h

Issue 21096006: pdfviewer: load files with missing xref (we need in order to help with testing, as most good pdfx i… (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | experimental/PdfViewer/SkPdfRenderer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/PdfViewer/SkPdfBasics.h
===================================================================
--- experimental/PdfViewer/SkPdfBasics.h (revision 10419)
+++ experimental/PdfViewer/SkPdfBasics.h (working copy)
@@ -14,6 +14,7 @@
class SkPdfDoc;
class SkPdfObject;
class SkPdfResourceDictionary;
+class SkPdfSoftMaskDictionary;
class SkNativeParsedPDF;
class SkPdfAllocator;
@@ -202,7 +203,8 @@
transparency group XObject (see Section 7.5.5, “Transparency
Group XObjects”). Initial value: None.
*/
- SkBitmap fSMask;
+ SkPdfSoftMaskDictionary* fSoftMaskDictionary;
+ SkBitmap fSMask;
/*
« no previous file with comments | « no previous file | experimental/PdfViewer/SkPdfRenderer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698