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

Unified Diff: content/common/font_warmup_win.h

Issue 1325843002: Added directwrite warmup for PPAPI processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_win32k_enable_policy
Patch Set: Moved duplicated code to shared location. Created 5 years, 3 months 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: content/common/font_warmup_win.h
diff --git a/content/common/font_warmup_win.h b/content/common/font_warmup_win.h
index 162fec5fb6b4efd80e8bc812bfdd196f19ecb467..543826847bf3512f16b6e6ed0902cf4b703a438f 100644
--- a/content/common/font_warmup_win.h
+++ b/content/common/font_warmup_win.h
@@ -20,6 +20,9 @@ CONTENT_EXPORT void DoPreSandboxWarmupForTypeface(SkTypeface* typeface);
// fonts.
CONTENT_EXPORT SkFontMgr* GetPreSandboxWarmupFontMgr();
+// Warmup the direct write font manager for content processes.
+CONTENT_EXPORT void WarmupDirectWrite();
+
} // namespace content
#endif // CONTENT_COMMON_FONT_WARMUP_WIN_H_

Powered by Google App Engine
This is Rietveld 408576698