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
This commit is contained in:
parent
82c0558d93
commit
68f7460fd1
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
#include "SkTypes.h"
|
#include "SkTypes.h"
|
||||||
|
|
||||||
class SkFontLCDConfig {
|
class SK_API SkFontLCDConfig {
|
||||||
public:
|
public:
|
||||||
/** LCDs either have their color elements arranged horizontally or
|
/** LCDs either have their color elements arranged horizontally or
|
||||||
vertically. When rendering subpixel glyphs we need to know which way
|
vertically. When rendering subpixel glyphs we need to know which way
|
||||||
|
Loading…
Reference in New Issue
Block a user