| 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 b204278653f6b139ca51a0e14e045c90bc625156..d518e77cbbc447eef782ea022ea877b61a3d0da3 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -343,7 +343,7 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestHost,
|
| const std::vector<blink::WebCompositionUnderline>& underlines,
|
| const gfx::Range& replacement_range,
|
| int relative_cursor_pos);
|
| - void OnImeFinishComposingText(bool keep_selection);
|
| + void OnImeFinishComposingText(int instance_id, bool keep_selection);
|
| void OnExtendSelectionAndDelete(int instance_id, int before, int after);
|
| void OnImeCancelComposition();
|
| #if defined(OS_MACOSX) || defined(USE_AURA)
|
|
|