aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/PdfViewer/SkPdfBasics.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/PdfViewer/SkPdfBasics.h')
-rw-r--r--experimental/PdfViewer/SkPdfBasics.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/experimental/PdfViewer/SkPdfBasics.h b/experimental/PdfViewer/SkPdfBasics.h
index 30c92b63ec..28a18c5bc5 100644
--- a/experimental/PdfViewer/SkPdfBasics.h
+++ b/experimental/PdfViewer/SkPdfBasics.h
@@ -14,6 +14,7 @@ class SkPdfFont;
class SkPdfDoc;
class SkPdfObject;
class SkPdfResourceDictionary;
+class SkPdfSoftMaskDictionary;
class SkNativeParsedPDF;
class SkPdfAllocator;
@@ -202,7 +203,8 @@ soft mask dictionary (PDF 1.4) A soft-mask dictionary (see “Soft-Ma
transparency group XObject (see Section 7.5.5, “Transparency
Group XObjects”). Initial value: None.
*/
- SkBitmap fSMask;
+ SkPdfSoftMaskDictionary* fSoftMaskDictionary;
+ SkBitmap fSMask;
/*