rm textencoding flag -- rely on clients to opt-in
... need to wait for clients Bug: skia: Change-Id: Ibcb51b48528140028d3756ce9319f80c967daacd Reviewed-on: https://skia-review.googlesource.com/c/173987 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Reed <reed@google.com>
This commit is contained in:
parent
7a82edf360
commit
017ac1c6d5
@ -11,11 +11,6 @@
|
||||
#include "SkScalar.h"
|
||||
#include "SkTypeface.h"
|
||||
|
||||
// TODO: add to clients, and then remove from here.
|
||||
#ifndef SK_SUPPORT_LEGACY_TEXTENCODINGENUM
|
||||
#define SK_SUPPORT_LEGACY_TEXTENCODINGENUM
|
||||
#endif
|
||||
|
||||
#ifdef SK_SUPPORT_LEGACY_TEXTENCODINGENUM
|
||||
enum SkTextEncoding : uint8_t {
|
||||
kUTF8_SkTextEncoding,
|
||||
|
Loading…
Reference in New Issue
Block a user