Skip to content

Commit

Permalink
Add SK_API to SkColorTable declaration
Browse files Browse the repository at this point in the history
Change-Id: Ic0ca6976759595e2a105f6fe6facffe4fceb397a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/718456
Reviewed-by: Florin Malita <fmalita@google.com>
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
  • Loading branch information
lhkbob authored and SkCQ committed Jun 29, 2023
1 parent 6e2a2f6 commit 34f5d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/core/SkColorTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class SkWriteBuffer;
* of `SkColorFilters::Table`, and provides a way to share the table data between client code and
* the returned SkColorFilter. Once created, an SkColorTable is immutable.
*/
class SkColorTable : public SkRefCnt {
class SK_API SkColorTable : public SkRefCnt {
public:
// Creates a new SkColorTable with 'table' used for all four channels. The table is copied into
// the SkColorTable.
Expand Down

0 comments on commit 34f5d27

Please sign in to comment.