diff options
Diffstat (limited to 'content/common/view_messages.h')
-rw-r--r-- | content/common/view_messages.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h index 2dce7b8..7f828b2 100644 --- a/content/common/view_messages.h +++ b/content/common/view_messages.h @@ -1633,10 +1633,11 @@ IPC_SYNC_MESSAGE_ROUTED1_0(ViewHostMsg_DestroyPluginContainer, #if defined(OS_MACOSX) // Request that the browser load a font into shared memory for us. -IPC_SYNC_MESSAGE_CONTROL1_2(ViewHostMsg_LoadFont, +IPC_SYNC_MESSAGE_CONTROL1_3(ViewHostMsg_LoadFont, FontDescriptor /* font to load */, uint32 /* buffer size */, - base::SharedMemoryHandle /* font data */) + base::SharedMemoryHandle /* font data */, + uint32 /* font id */) #endif #if defined(OS_WIN) |