Index: include/core/SkColorTable.h |
diff --git a/include/core/SkColorTable.h b/include/core/SkColorTable.h |
index e4c8c86c13ddd56b31966d31e12be50503bfb5b1..c73b431921a07727e8710ddba166959af77a5fcd 100644 |
--- a/include/core/SkColorTable.h |
+++ b/include/core/SkColorTable.h |
@@ -19,7 +19,7 @@ |
SkColorTable holds an array SkPMColors (premultiplied 32-bit colors) used by |
8-bit bitmaps, where the bitmap bytes are interpreted as indices into the colortable. |
*/ |
-class SkColorTable : public SkRefCnt { |
+class SK_API SkColorTable : public SkRefCnt { |
public: |
SK_DECLARE_INST_COUNT(SkColorTable) |