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

Unified Diff: src/pdf/SkTSet.h

Issue 15792016: Remove SK_API, from SkTSet. the template is not public. (Closed) Base URL: http://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
« no previous file with comments | « include/pdf/SkPDFDocument.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pdf/SkTSet.h
===================================================================
--- src/pdf/SkTSet.h (revision 9362)
+++ src/pdf/SkTSet.h (working copy)
@@ -21,7 +21,7 @@
// TODO: Add remove, intersect and difference operations.
// TODO: Add bench tests.
-template <typename T> class SK_API SkTSet {
+template <typename T> class SkTSet {
public:
SkTSet() {
fArray = SkNEW(SkTDArray<T>);
« no previous file with comments | « include/pdf/SkPDFDocument.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698