summaryrefslogtreecommitdiffstats
path: root/WebKit/chromium/public/WebWidgetClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/chromium/public/WebWidgetClient.h')
-rw-r--r--WebKit/chromium/public/WebWidgetClient.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebKit/chromium/public/WebWidgetClient.h b/WebKit/chromium/public/WebWidgetClient.h
index 06d9eba..bd7bd6a 100644
--- a/WebKit/chromium/public/WebWidgetClient.h
+++ b/WebKit/chromium/public/WebWidgetClient.h
@@ -83,6 +83,10 @@ public:
// displayed.
virtual WebScreenInfo screenInfo() { return WebScreenInfo(); }
+ // When this method gets called, WebWidgetClient implementation should
+ // reset the input method by cancelling any ongoing composition.
+ virtual void resetInputMethod() { }
+
protected:
~WebWidgetClient() { }
};