diff options
author | bungeman <bungeman@google.com> | 2016-05-03 11:56:03 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-03 11:56:03 -0700 |
commit | 68f7460fd18357a81a3d4243f1a798f0d64b621e (patch) | |
tree | 3e9a5ada0ad37078fa7528f2aa0db2d6df49e53b /include | |
parent | 82c0558d93b15e13f5ad431eeef44055af25bbcb (diff) |
Add SK_API to SkFontLCDConfig.
This will allow transition from double deprecated SkFontHost.
TBR=reed
This is obviously needed to remove other code.
Review-Url: https://codereview.chromium.org/1951463002
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkFontLCDConfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkFontLCDConfig.h b/include/core/SkFontLCDConfig.h index 03ee09f8b5..58b5a82b9c 100644 --- a/include/core/SkFontLCDConfig.h +++ b/include/core/SkFontLCDConfig.h @@ -10,7 +10,7 @@ #include "SkTypes.h" -class SkFontLCDConfig { +class SK_API SkFontLCDConfig { public: /** LCDs either have their color elements arranged horizontally or vertically. When rendering subpixel glyphs we need to know which way |