Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 9a281f5455aeea1a951c16eeceafc60c215e948b..fb52b2f85b8fc224424d59f3e920bd2a38147653 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1784,8 +1784,11 @@ IPC_SYNC_MESSAGE_CONTROL1_3(ViewHostMsg_LoadFont, |
#if defined(OS_WIN) |
// Request that the given font be loaded by the browser so it's cached by the |
// OS. Please see ChildProcessHost::PreCacheFont for details. |
-IPC_SYNC_MESSAGE_CONTROL1_0(ViewHostMsg_PreCacheFont, |
- LOGFONT /* font data */) |
+IPC_SYNC_MESSAGE_CONTROL2_0(ViewHostMsg_PreCacheFont, |
+ LOGFONT /* font data */, |
+ int /* pid */) |
+IPC_MESSAGE_CONTROL1(ViewHostMsg_ReleaseCachedFont, |
+ int /* pid */) |
#endif // defined(OS_WIN) |
// Returns WebScreenInfo corresponding to the view. |