Add keypad layout that has number variation
[framework/web/webkit-efl.git] / Source / WebKit2 / Shared / EditorState.h
index 981a2fc..389e897 100755 (executable)
@@ -43,6 +43,7 @@ struct EditorState {
         , isInPasswordField(false)
         , hasComposition(false)
 #if ENABLE(TIZEN_ISF_PORT)
+        , inputMethodContextID(0)
         , cursorPosition(0)
 #endif
 #if ENABLE(TIZEN_WEBKIT2_TEXT_SELECTION)
@@ -65,6 +66,7 @@ struct EditorState {
     bool isInPasswordField;
     bool hasComposition;
 #if ENABLE(TIZEN_ISF_PORT)
+    uintptr_t inputMethodContextID;
     WTF::String inputMethodHints;
     WTF::String surroundingText;
     unsigned cursorPosition;