summaryrefslogtreecommitdiffstats
path: root/WebCore/page/EditorClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/EditorClient.h')
-rw-r--r--WebCore/page/EditorClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/page/EditorClient.h b/WebCore/page/EditorClient.h
index 69f48e7..ff5bf94 100644
--- a/WebCore/page/EditorClient.h
+++ b/WebCore/page/EditorClient.h
@@ -183,10 +183,10 @@ public:
virtual void showSpellingUI(bool show) = 0;
virtual bool spellingUIIsShowing() = 0;
virtual void getGuessesForWord(const String&, Vector<String>& guesses) = 0;
+ virtual void willSetInputMethodState() = 0;
virtual void setInputMethodState(bool enabled) = 0;
};
}
#endif // EditorClient_h
-