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

Unified Diff: src/pdf/SkTSet.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: src/pdf/SkTSet.h
diff --git a/src/pdf/SkTSet.h b/src/pdf/SkTSet.h
index acf45a296bafe044abbf34b27e9f0a0111c2032c..8d94ca4a2b627d65ed08f2042cf7880422aa0042 100644
--- a/src/pdf/SkTSet.h
+++ b/src/pdf/SkTSet.h
@@ -11,6 +11,8 @@
#include "SkTDArray.h"
#include "SkTypes.h"
+template <typename T> class SK_API SkTSet;
+
djsollen 2013/05/30 20:35:29 remove this
/** \class SkTSet<T>
The SkTSet template class defines a set.

Powered by Google App Engine
This is Rietveld 408576698