Index: chrome/renderer/webplugin_delegate_proxy.h |
=================================================================== |
--- chrome/renderer/webplugin_delegate_proxy.h (revision 62862) |
+++ chrome/renderer/webplugin_delegate_proxy.h (working copy) |
@@ -88,6 +88,8 @@ |
virtual void SetContainerVisibility(bool is_visible); |
// Informs the plugin that its enclosing window's frame has changed. |
virtual void WindowFrameChanged(gfx::Rect window_frame, gfx::Rect view_frame); |
+ // Informs the plugin that text is avaiable from plugin IME. |
+ virtual void ImeCompositionConfirmed(const string16& text, int plugin_id); |
#endif |
// IPC::Channel::Listener implementation: |
@@ -160,6 +162,7 @@ |
void OnDeferResourceLoading(unsigned long resource_id, bool defer); |
#if defined(OS_MACOSX) |
+ void OnSetImeEnabled(bool enabled); |
void OnBindFakePluginWindowHandle(bool opaque); |
void OnUpdateGeometry_ACK(int ack_key); |
void OnAcceleratedSurfaceSetIOSurface(gfx::PluginWindowHandle window, |