Index: experimental/PdfViewer/SkPdfBasics.h |
=================================================================== |
--- experimental/PdfViewer/SkPdfBasics.h (revision 10523) |
+++ experimental/PdfViewer/SkPdfBasics.h (working copy) |
@@ -221,7 +221,8 @@ |
Group XObjects”). Initial value: None. |
*/ |
SkPdfSoftMaskDictionary* fSoftMaskDictionary; |
- SkBitmap fSMask; |
+ // TODO(edisonn): make sMask private, add setter and getter, ref/unref/..., at the moment we most likely leask |
+ SkBitmap* fSMask; |
/* |