| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 844ee5e6646ba3ff1cab7719fa506e4214e72d16..9bcbda483e64d1bc3c48dd2024f41e26e93f6dea 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -2303,7 +2303,7 @@ IPC_SYNC_MESSAGE_CONTROL2_0(ViewHostMsg_PreCacheFontCharacters,
|
| // In all cases, the caller is responsible for deleting the resulting
|
| // TransportDIB.
|
| IPC_SYNC_MESSAGE_CONTROL2_1(ViewHostMsg_AllocTransportDIB,
|
| - size_t, /* bytes requested */
|
| + uint32_t, /* bytes requested */
|
| bool, /* cache in the browser */
|
| TransportDIB::Handle /* DIB */)
|
|
|
|
|