Put date into field that was used to activate DatePicker instead of currectly focused...
[framework/web/webkit-efl.git] / Source / WebKit2 / WebProcess / WebPage / WebPage.h
index e611d49..4a10552 100755 (executable)
@@ -776,6 +776,7 @@ public:
 #endif
 
 #if ENABLE(TIZEN_INPUT_TAG_EXTENSION) || ENABLE(TIZEN_WEBKIT2_FORM_DATABASE)
+    void setCurrentTargetInputElementValue(const String& inputValue);
     void setFocusedInputElementValue(const String& inputValue);
     void getFocusedInputElementValue(String& inputValue);
 #endif