| 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 871778f77bf3901f6e41ff52e877a1e65f6c055c..afcd445f179a8de6672c69f1add34bdf8aabebed 100644
|
| --- a/content/common/text_input_client_messages.h
|
| +++ b/content/common/text_input_client_messages.h
|
| @@ -21,6 +21,8 @@
|
| // corresponding reply message.
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|
| +IPC_MESSAGE_ROUTED1(TextInputClientMsg_StringAtPoint, gfx::Point)
|
| +
|
| // Tells the renderer to send back the character index for a point.
|
| IPC_MESSAGE_ROUTED1(TextInputClientMsg_CharacterIndexForPoint,
|
| gfx::Point)
|
| @@ -38,6 +40,9 @@ IPC_MESSAGE_ROUTED1(TextInputClientMsg_StringForRange,
|
| // Renderer -> Browser Replies /////////////////////////////////////////////////
|
| // These messages are sent in reply to the above messages.
|
| ////////////////////////////////////////////////////////////////////////////////
|
| +IPC_MESSAGE_ROUTED2(TextInputClientReplyMsg_GotStringAtPoint,
|
| + mac::AttributedStringCoder::EncodedString,
|
| + gfx::Rect)
|
|
|
| // Reply message for TextInputClientMsg_CharacterIndexForPoint.
|
| IPC_MESSAGE_ROUTED1(TextInputClientReplyMsg_GotCharacterIndexForPoint,
|
|
|