| Index: skia/ext/vector_platform_device_emf_win.h
|
| ===================================================================
|
| --- skia/ext/vector_platform_device_emf_win.h (revision 168878)
|
| +++ skia/ext/vector_platform_device_emf_win.h (working copy)
|
| @@ -127,6 +127,12 @@
|
| DISALLOW_COPY_AND_ASSIGN(VectorPlatformDeviceEmf);
|
| };
|
|
|
| +typedef void (*SkiaEnsureTypefaceCharactersAccessible)
|
| + (const LOGFONT& font, const wchar_t* text, unsigned int text_length);
|
| +
|
| +SK_API void SetSkiaEnsureTypefaceCharactersAccessible(
|
| + SkiaEnsureTypefaceCharactersAccessible func);
|
| +
|
| } // namespace skia
|
|
|
| #endif // SKIA_EXT_VECTOR_PLATFORM_DEVICE_EMF_WIN_H_
|
|
|