aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-31 18:04:20 +0000
committerGravatar edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-31 18:04:20 +0000
commita20e42c08b6b92c1022e5b27da3f92a429d0c815 (patch)
treee695661b9483125f3dee1dbb6b55734007258cdd /include
parent86fc266eda887920e3dd104bee8121ae19729cf5 (diff)
Remove SK_API, from SkTSet. the template is not public.
Review URL: https://codereview.chromium.org/15792016 git-svn-id: http://skia.googlecode.com/svn/trunk@9374 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r--include/pdf/SkPDFDevice.h2
-rw-r--r--include/pdf/SkPDFDocument.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/pdf/SkPDFDevice.h b/include/pdf/SkPDFDevice.h
index 7731d3f4ae..d10f330e3a 100644
--- a/include/pdf/SkPDFDevice.h
+++ b/include/pdf/SkPDFDevice.h
@@ -30,7 +30,7 @@ class SkPDFGraphicState;
class SkPDFObject;
class SkPDFShader;
class SkPDFStream;
-template <typename T> class SK_API SkTSet;
+template <typename T> class SkTSet;
// Private classes.
struct ContentEntry;
diff --git a/include/pdf/SkPDFDocument.h b/include/pdf/SkPDFDocument.h
index 664b3030a2..31c6f9b8e8 100644
--- a/include/pdf/SkPDFDocument.h
+++ b/include/pdf/SkPDFDocument.h
@@ -21,7 +21,7 @@ class SkPDFDict;
class SkPDFPage;
class SkPDFObject;
class SkWStream;
-template <typename T> class SK_API SkTSet;
+template <typename T> class SkTSet;
/** \class SkPDFDocument