Chromium Code Reviews| Index: include/pdf/SkPDFDocument.h |
| diff --git a/include/pdf/SkPDFDocument.h b/include/pdf/SkPDFDocument.h |
| index 664b3030a2d6bf7924c48e01af498371c7bd5d4a..5d8a0ffa39c05b7859f500afda99216036b8e203 100644 |
| --- a/include/pdf/SkPDFDocument.h |
| +++ b/include/pdf/SkPDFDocument.h |
| @@ -21,8 +21,9 @@ class SkPDFDict; |
| class SkPDFPage; |
| class SkPDFObject; |
| class SkWStream; |
| +#ifndef SkTSet_DEFINED |
| template <typename T> class SK_API SkTSet; |
| - |
| +#endif |
|
djsollen
2013/05/30 20:35:29
remove
Zach Reizner
2013/05/31 13:16:38
Turns out this is needed to prevent the following
|
| /** \class SkPDFDocument |
| A SkPDFDocument assembles pages together and generates the final PDF file. |