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

Unified Diff: chrome/common/chrome_utility_messages.h

Issue 7866019: New implementation of font precache on Windows. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Update per code review Created 9 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: chrome/common/chrome_utility_messages.h
diff --git a/chrome/common/chrome_utility_messages.h b/chrome/common/chrome_utility_messages.h
index c99365341c17b36163d82ce86b14bc21f53efb64..9a370f44a4de23a25255e62017d37787789eea9d 100644
--- a/chrome/common/chrome_utility_messages.h
+++ b/chrome/common/chrome_utility_messages.h
@@ -148,6 +148,9 @@ IPC_MESSAGE_CONTROL0(ChromeUtilityHostMsg_RenderPDFPagesToMetafile_Failed)
// OS. Please see ChildProcessHost::PreCacheFont for details.
IPC_SYNC_MESSAGE_CONTROL1_0(ChromeUtilityHostMsg_PreCacheFont,
LOGFONT /* font data */)
+
+// Release the cached font
+IPC_MESSAGE_CONTROL0(ChromeUtilityHostMsg_ReleaseCachedFonts)
jam 2011/09/15 16:18:23 instead of declaring this message for utility/rend
arthurhsu 2011/09/16 02:14:06 Done.
#endif // defined(OS_WIN)
// Reply when the utility process successfully parsed a JSON string.
« no previous file with comments | « no previous file | chrome/renderer/chrome_render_process_observer.cc » ('j') | chrome/service/service_utility_process_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698