diff options
author | bsalomon <bsalomon@google.com> | 2014-06-26 08:01:14 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-06-26 08:01:14 -0700 |
commit | 3f547cb6a7fcb86d01e063b99c2d8b79d356e87f (patch) | |
tree | fb2bed7bf51438b893d91fd972722f8da37c270f | |
parent | 0d448303099037d56d8f97ce87d8cae05dd9fdab (diff) |
Add SK_API to SkWriter32
R=mtklein@google.com, senorblanco@google.com, senorblanco@chromium.org
Author: bsalomon@google.com
Review URL: https://codereview.chromium.org/356053002
-rw-r--r-- | include/core/SkWriter32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkWriter32.h b/include/core/SkWriter32.h index cadcaa7853..fd24ba9ddf 100644 --- a/include/core/SkWriter32.h +++ b/include/core/SkWriter32.h @@ -22,7 +22,7 @@ #include "SkTemplates.h" #include "SkTypes.h" -class SkWriter32 : SkNoncopyable { +class SK_API SkWriter32 : SkNoncopyable { public: /** * The caller can specify an initial block of storage, which the caller manages. |