| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index e8dea34d3cc1b481240a8bfd1b53f47c8858c39e..6a48a32eb3e7beb61f183c5ae9c768ba6ceb6957 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -962,8 +962,9 @@ IPC_MESSAGE_ROUTED4(
|
| int /* selection_end */)
|
|
|
| // This message confirms an ongoing composition.
|
| -IPC_MESSAGE_ROUTED1(ViewMsg_ImeConfirmComposition,
|
| - string16 /* text */)
|
| +IPC_MESSAGE_ROUTED2(ViewMsg_ImeConfirmComposition,
|
| + string16 /* text */,
|
| + ui::Range /* replacement_range */)
|
|
|
| // Used to notify the render-view that we have received a target URL. Used
|
| // to prevent target URLs spamming the browser.
|
|
|