aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/codec
diff options
context:
space:
mode:
authorGravatar Florin Malita <fmalita@chromium.org>2016-12-14 13:17:01 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-12-14 18:55:47 +0000
commit78c212a7190c0965b5e401b00199fecbce1f6ada (patch)
tree61f42a3206e492e466898bd1b12e658f552bf4bb /include/codec
parent3639faada2e7b59de20de82b7d2786c8eb2e32e6 (diff)
SK_API-export SkCodec
R=scroggo@google.com,reed@google.com Change-Id: Ic9fba1919aeb2c5e92c053d43a41d33201abc37c Reviewed-on: https://skia-review.googlesource.com/6080 Commit-Queue: Florin Malita <fmalita@chromium.org> Reviewed-by: Leon Scroggins <scroggo@google.com>
Diffstat (limited to 'include/codec')
-rw-r--r--include/codec/SkCodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/codec/SkCodec.h b/include/codec/SkCodec.h
index 89fc57ef32..13730e2a73 100644
--- a/include/codec/SkCodec.h
+++ b/include/codec/SkCodec.h
@@ -35,7 +35,7 @@ class ColorCodecBench;
/**
* Abstraction layer directly on top of an image codec.
*/
-class SkCodec : SkNoncopyable {
+class SK_API SkCodec : SkNoncopyable {
public:
/**
* Minimum number of bytes that must be buffered in SkStream input.