Index: chrome/plugin/webplugin_delegate_stub.h |
=================================================================== |
--- chrome/plugin/webplugin_delegate_stub.h (revision 62862) |
+++ chrome/plugin/webplugin_delegate_stub.h (working copy) |
@@ -85,6 +85,7 @@ |
bool has_focus); |
void OnWindowFrameChanged(const gfx::Rect& window_frame, |
const gfx::Rect& view_frame); |
+ void OnImeCompositionConfirmed(const string16& text); |
#endif |
void OnDidReceiveManualResponse( |