| Index: include/pdf/SkPDFDocument.h
|
| ===================================================================
|
| --- include/pdf/SkPDFDocument.h (revision 8095)
|
| +++ include/pdf/SkPDFDocument.h (working copy)
|
| @@ -29,7 +29,10 @@
|
| class SkPDFDocument {
|
| public:
|
| enum Flags {
|
| - kNoCompression_Flags = 0x01, //!< mask disable stream compression.
|
| + kNoCompression_Flags = 0x01, //!< DEPRECATED.
|
| + kFavorSpeedOverSize_Flags = 0x01, //!< Don't compress the stream, but
|
| + // if it already compressed return
|
| + // the compressed stream.
|
| kNoLinks_Flags = 0x02, //!< do not honor link annotations.
|
|
|
| kDraftMode_Flags = 0x01,
|
|
|