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

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: Removed init check. 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
« no previous file with comments | « content/browser/ppapi_plugin_process_host.cc ('k') | content/common/font_warmup_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/browser/ppapi_plugin_process_host.cc ('k') | content/common/font_warmup_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698