| Index: content/common/browser_plugin/browser_plugin_messages.h
|
| diff --git a/content/common/browser_plugin/browser_plugin_messages.h b/content/common/browser_plugin/browser_plugin_messages.h
|
| index 81a54d595ed4b05617ef480abb623d6d55c2810f..2465c7896ae2f33f90ab921aa19de74c80e18164 100644
|
| --- a/content/common/browser_plugin/browser_plugin_messages.h
|
| +++ b/content/common/browser_plugin/browser_plugin_messages.h
|
| @@ -74,10 +74,12 @@ IPC_MESSAGE_CONTROL5(
|
|
|
| // This message is sent from BrowserPlugin to BrowserPluginGuest to notify that
|
| // deleting the current composition and inserting specified text is requested.
|
| -IPC_MESSAGE_CONTROL3(BrowserPluginHostMsg_ImeCommitText,
|
| - int /* browser_plugin_instance_id */,
|
| - std::string /* text */,
|
| - int /* relative_cursor_pos */)
|
| +IPC_MESSAGE_CONTROL4(
|
| + BrowserPluginHostMsg_ImeCommitText,
|
| + int /* browser_plugin_instance_id */,
|
| + std::string /* text */,
|
| + std::vector<blink::WebCompositionUnderline> /* underlines */,
|
| + int /* relative_cursor_pos */)
|
|
|
| // This message is sent from BrowserPlugin to BrowserPluginGuest to notify that
|
| // inserting the current composition is requested.
|
|
|