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

Unified Diff: include/pdf/SkPDFDocument.h

Issue 15855006: prepare skia for shared library build on android (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 7 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
Index: include/pdf/SkPDFDocument.h
diff --git a/include/pdf/SkPDFDocument.h b/include/pdf/SkPDFDocument.h
index 664b3030a2d6bf7924c48e01af498371c7bd5d4a..b09c75f8e6811135b7de3953e66d5cc897346b43 100644
--- a/include/pdf/SkPDFDocument.h
+++ b/include/pdf/SkPDFDocument.h
@@ -21,7 +21,10 @@ class SkPDFDict;
class SkPDFPage;
class SkPDFObject;
class SkWStream;
+
+#ifndef SkTSet_DEFINED
template <typename T> class SK_API SkTSet;
+#endif
/** \class SkPDFDocument

Powered by Google App Engine
This is Rietveld 408576698