| Index: content/browser/browser_plugin/browser_plugin_guest.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
|
| index ccfb0b990d3b2ee748ae053495a6f266f796ef71..911ea9ab379789ad31dfbfb0d9fa68912ffaa15c 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -339,10 +339,10 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestHost,
|
| const std::vector<blink::WebCompositionUnderline>& underlines,
|
| int selection_start,
|
| int selection_end);
|
| - void OnImeConfirmComposition(
|
| - int instance_id,
|
| - const std::string& text,
|
| - bool keep_selection);
|
| + void OnImeConfirmComposition(int instance_id,
|
| + const std::string& text,
|
| + bool keep_selection,
|
| + int newCursorPosition);
|
| void OnExtendSelectionAndDelete(int instance_id, int before, int after);
|
| void OnImeCancelComposition();
|
| #if defined(OS_MACOSX) || defined(USE_AURA)
|
|
|