| Index: skia/ext/skia_sandbox_support_win.h
|
| ===================================================================
|
| --- skia/ext/skia_sandbox_support_win.h (revision 158204)
|
| +++ skia/ext/skia_sandbox_support_win.h (working copy)
|
| @@ -10,7 +10,11 @@
|
| #include "SkPreConfig.h"
|
|
|
| typedef void (*SkiaEnsureTypefaceAccessible)(const LOGFONT& font);
|
| +typedef void (*SkiaEnsureTypefaceCharactersAccessible)
|
| + (const LOGFONT& font, const wchar_t* text, unsigned int text_length);
|
|
|
| SK_API void SetSkiaEnsureTypefaceAccessible(SkiaEnsureTypefaceAccessible func);
|
| +SK_API void SetSkiaEnsureTypefaceCharactersAccessible(
|
| + SkiaEnsureTypefaceCharactersAccessible func);
|
|
|
| #endif // SKIA_EXT_SKIA_SANDBOX_SUPPORT_WIN_H_
|
|
|