| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 2dce7b885b95ab9b78f8a50815562087d3be1a5d..7f828b28366d78aff0175536020d0606779efb85 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)
|
|
|