Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(685)

Unified Diff: skia/ext/skia_sandbox_support_win.h

Issue 11363008: Fix for 128506: Random Chinese/Japanese characters are missing in documents printed via the syst... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698