Expose SkColorTable class
authorch.dumez <ch.dumez@samsung.com>
Tue, 5 Aug 2014 19:20:19 +0000 (12:20 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 5 Aug 2014 19:20:19 +0000 (12:20 -0700)
Expose SkColorTable class as it is used in SkBitmap::allocPixels(SkColorTable*)
API, which is already exposed.

R=reed@google.com, ben@chromium.org

Author: ch.dumez@samsung.com

Review URL: https://codereview.chromium.org/418173011

include/core/SkColorTable.h

index e4c8c86c13ddd56b31966d31e12be50503bfb5b1..c73b431921a07727e8710ddba166959af77a5fcd 100644 (file)
@@ -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)