| 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 69907befc273856dd6ed04f431981f3cc00c8c10..c666934507ec96aff42c945972230f419c538c8e 100644
 | 
| --- a/content/common/browser_plugin/browser_plugin_messages.h
 | 
| +++ b/content/common/browser_plugin/browser_plugin_messages.h
 | 
| @@ -75,10 +75,11 @@ IPC_MESSAGE_CONTROL5(
 | 
|  
 | 
|  // This message is sent from BrowserPlugin to BrowserPluginGuest to notify that
 | 
|  // confirming the current composition is requested.
 | 
| -IPC_MESSAGE_CONTROL3(BrowserPluginHostMsg_ImeConfirmComposition,
 | 
| +IPC_MESSAGE_CONTROL4(BrowserPluginHostMsg_ImeConfirmComposition,
 | 
|                       int /* browser_plugin_instance_id */,
 | 
|                       std::string /* text */,
 | 
| -                     bool /* keep selection */)
 | 
| +                     bool /* keep selection */,
 | 
| +                     int /* newCursorPosition */)
 | 
|  
 | 
|  // Deletes the current selection plus the specified number of characters before
 | 
|  // and after the selection or caret.
 | 
| 
 |