Index: content/renderer/webplugin_delegate_proxy.h |
=================================================================== |
--- content/renderer/webplugin_delegate_proxy.h (revision 87397) |
+++ content/renderer/webplugin_delegate_proxy.h (working copy) |
@@ -131,6 +131,7 @@ |
void OnSetWindow(gfx::PluginWindowHandle window); |
#if defined(OS_WIN) |
void OnSetWindowlessPumpEvent(HANDLE modal_loop_pump_messages_event); |
+ void OnNotifyIMEStatus(const int input_mode, const gfx::Rect& caret_rect); |
#endif |
void OnCompleteURL(const std::string& url_in, std::string* url_out, |
bool* result); |