| Index: content/common/text_input_client_messages.h
|
| diff --git a/content/common/text_input_client_messages.h b/content/common/text_input_client_messages.h
|
| index 70da1d8916e1cf5bee9c7f0abb6e900bd1587664..f66196cc6c51ae0d395dec48d2f274dfc36ed242 100644
|
| --- a/content/common/text_input_client_messages.h
|
| +++ b/content/common/text_input_client_messages.h
|
| @@ -48,7 +48,7 @@ IPC_MESSAGE_ROUTED1(TextInputClientMsg_StringAtPoint, gfx::Point)
|
|
|
| // Reply message for TextInputClientMsg_CharacterIndexForPoint.
|
| IPC_MESSAGE_ROUTED1(TextInputClientReplyMsg_GotCharacterIndexForPoint,
|
| - size_t /* character index */)
|
| + uint32_t /* character index */)
|
|
|
| // Reply message for TextInputClientMsg_FirstRectForCharacterRange.
|
| IPC_MESSAGE_ROUTED1(TextInputClientReplyMsg_GotFirstRectForRange,
|
|
|