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..2355d4d487c88cbd0b2b29f73bf1aa4e6f0ce98a 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 relative_cursor_pos); |
void OnExtendSelectionAndDelete(int instance_id, int before, int after); |
void OnImeCancelComposition(); |
#if defined(OS_MACOSX) || defined(USE_AURA) |