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

Unified Diff: include/pdf/SkPDFDevice.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/SkPDFDevice.h
diff --git a/include/pdf/SkPDFDevice.h b/include/pdf/SkPDFDevice.h
index 7731d3f4ae3fe296ab7200592d6d81986ab764de..58015f1b823ef8b1e022dd932fbd70dd51af7dd9 100644
--- a/include/pdf/SkPDFDevice.h
+++ b/include/pdf/SkPDFDevice.h
@@ -30,7 +30,9 @@ class SkPDFGraphicState;
class SkPDFObject;
class SkPDFShader;
class SkPDFStream;
+#ifndef SkTSet_DEFINED
template <typename T> class SK_API SkTSet;
+#endif
djsollen 2013/05/30 20:35:29 remove that from this CL
Zach Reizner 2013/05/31 13:16:38 Turns out this is needed to prevent the following
// Private classes.
struct ContentEntry;

Powered by Google App Engine
This is Rietveld 408576698