Fix input picker issue
[framework/web/webkit-efl.git] / Source / WebKit2 / UIProcess / efl / InputMethodContextEfl.h
index 7dd31c8..114707c 100755 (executable)
@@ -58,6 +58,7 @@ public:
     void onFocusIn();
     void onFocusOut();
     void resetIMFContext();
+    void updateTextInputStateByUserAction(bool);
     void hideIMFContext();
     bool isIMEPostion(int, int);
     void removeIMFContext(uintptr_t);
@@ -84,7 +85,7 @@ private:
     PassOwnPtr<Ecore_IMF_Context> takeContext(uintptr_t);
     void setIMFContext(const EditorState&);
     void revertIMFContext();
-    void showIMFContext(const EditorState&);
+    void showIMFContext(const EditorState&, bool = false);
     void destroyIMFContextList();
     void setState(int state) { m_state = state; }
     void setIMERect(const WebCore::IntRect& rect) { m_imeRect = rect; }