| Index: content/common/input_messages.h
|
| diff --git a/content/common/input_messages.h b/content/common/input_messages.h
|
| index a511d018458f6b00d2ba3efb4c1f5cc308fbadf2..7f05b9f9d7600da7bd300905bdc0c0388fcd7d4a 100644
|
| --- a/content/common/input_messages.h
|
| +++ b/content/common/input_messages.h
|
| @@ -136,10 +136,11 @@ IPC_MESSAGE_ROUTED2(InputMsg_ExtendSelectionAndDelete,
|
| int /* after */)
|
|
|
| // This message sends a string being composed with an input method.
|
| -IPC_MESSAGE_ROUTED4(
|
| +IPC_MESSAGE_ROUTED5(
|
| InputMsg_ImeSetComposition,
|
| base::string16, /* text */
|
| std::vector<blink::WebCompositionUnderline>, /* underlines */
|
| + gfx::Range /* replacement_range */,
|
| int, /* selectiont_start */
|
| int /* selection_end */)
|
|
|
|
|