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

Unified Diff: include/core/SkTDArray.h

Issue 368253002: Do not export SkTDArray when building Skia as a DLL (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 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 | « AUTHORS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkTDArray.h
diff --git a/include/core/SkTDArray.h b/include/core/SkTDArray.h
index ecbfbd90e99f600b0d25dfd27821abf1671741e2..4c90460b947f25809e0c21084fff7b924c3c78e1 100644
--- a/include/core/SkTDArray.h
+++ b/include/core/SkTDArray.h
@@ -12,7 +12,7 @@
#include "SkTypes.h"
-template <typename T> class SK_API SkTDArray {
+template <typename T> class SkTDArray {
public:
SkTDArray() {
fReserve = fCount = 0;
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698