diff options
Diffstat (limited to 'content/common/text_input_client_messages.h')
-rw-r--r-- | content/common/text_input_client_messages.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content/common/text_input_client_messages.h b/content/common/text_input_client_messages.h index 860bf10..8bd0db2 100644 --- a/content/common/text_input_client_messages.h +++ b/content/common/text_input_client_messages.h @@ -53,8 +53,9 @@ IPC_MESSAGE_ROUTED1(TextInputClientReplyMsg_GotFirstRectForRange, #if defined(OS_MACOSX) // Reply message for TextInputClientMsg_StringForRange. -IPC_MESSAGE_ROUTED1(TextInputClientReplyMsg_GotStringForRange, - mac::AttributedStringCoder::EncodedString) +IPC_MESSAGE_ROUTED2(TextInputClientReplyMsg_GotStringForRange, + mac::AttributedStringCoder::EncodedString, + gfx::Point) // Reply message for TextInputClientMsg_StringAtPoint IPC_MESSAGE_ROUTED2(TextInputClientReplyMsg_GotStringAtPoint, |