From 43f9d3edf888419474e17ec7b40aee49363d3e9a Mon Sep 17 00:00:00 2001 From: "ch.dumez" Date: Tue, 5 Aug 2014 12:20:19 -0700 Subject: [PATCH] Expose SkColorTable class 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/core/SkColorTable.h b/include/core/SkColorTable.h index e4c8c86..c73b431 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) -- 2.7.4