Index: include/core/SkSwizzle.h |
diff --git a/include/core/SkSwizzle.h b/include/core/SkSwizzle.h |
index 73e59e386abc49e136477e8f30492f59dff43ce7..253f4e39a0136108f93cb9d08796733f9d8c1e63 100644 |
--- a/include/core/SkSwizzle.h |
+++ b/include/core/SkSwizzle.h |
@@ -14,6 +14,6 @@ |
Swizzles byte order of |count| 32-bit pixels, swapping R and B. |
(RGBA <-> BGRA) |
*/ |
-void SkSwapRB(uint32_t* dest, const uint32_t* src, int count); |
+SK_API void SkSwapRB(uint32_t* dest, const uint32_t* src, int count); |
#endif |