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

Unified Diff: src/opts/SkXfermode_opts_SSE2.h

Issue 231423003: SK_API for SkXfermode_opts_SSE2 so Chrome can initialize flattenables. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/opts/SkXfermode_opts_SSE2.h
diff --git a/src/opts/SkXfermode_opts_SSE2.h b/src/opts/SkXfermode_opts_SSE2.h
index f2226fa4fd446a5246312d20a158db1b7284953f..65cf873fbb5becb9a7b03430d9d26a4461fbc576 100644
--- a/src/opts/SkXfermode_opts_SSE2.h
+++ b/src/opts/SkXfermode_opts_SSE2.h
@@ -1,9 +1,10 @@
#ifndef SkXfermode_opts_SSE2_DEFINED
#define SkXfermode_opts_SSE2_DEFINED
+#include "SkTypes.h"
#include "SkXfermode_proccoeff.h"
-class SkSSE2ProcCoeffXfermode : public SkProcCoeffXfermode {
+class SK_API SkSSE2ProcCoeffXfermode : public SkProcCoeffXfermode {
public:
SkSSE2ProcCoeffXfermode(const ProcCoeff& rec, SkXfermode::Mode mode,
void* procSIMD)
@@ -24,7 +25,7 @@ private:
typedef SkProcCoeffXfermode INHERITED;
};
-SkProcCoeffXfermode* SkPlatformXfermodeFactory_impl_SSE2(const ProcCoeff& rec,
- SkXfermode::Mode mode);
+SK_API SkProcCoeffXfermode* SkPlatformXfermodeFactory_impl_SSE2(const ProcCoeff& rec,
+ SkXfermode::Mode mode);
#endif // SkXfermode_opts_SSE2_DEFINED
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698