X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Source%2FWebKit2%2FUIProcess%2Fefl%2FInputMethodContextEfl.h;h=114707cc155807f7e93d38a386e65df5ab18e1e1;hb=17cf3620bd51a9bf310617edfe0625f0e84af476;hp=7dd31c8ef38b3b28b6613ef6291490b43f79636c;hpb=94bd84ef5e0fda859d8a417b036062171436adc7;p=framework%2Fweb%2Fwebkit-efl.git diff --git a/Source/WebKit2/UIProcess/efl/InputMethodContextEfl.h b/Source/WebKit2/UIProcess/efl/InputMethodContextEfl.h index 7dd31c8..114707c 100755 --- a/Source/WebKit2/UIProcess/efl/InputMethodContextEfl.h +++ b/Source/WebKit2/UIProcess/efl/InputMethodContextEfl.h @@ -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 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; }