Put date into field that was used to activate DatePicker instead of currectly focused...
[framework/web/webkit-efl.git] / Source / WebKit2 / UIProcess / WebPageProxy.h
index 2d508d6..2eb037a 100755 (executable)
@@ -886,6 +886,7 @@ public:
 
     void setShouldSendEventsSynchronously(bool sync) { m_shouldSendEventsSynchronously = sync; };
 #if ENABLE(TIZEN_INPUT_TAG_EXTENSION) || ENABLE(TIZEN_WEBKIT2_FORM_DATABASE)
+    void setCurrentTargetInputElementValue(const String& inputValue);
     void setFocusedInputElementValue(const String& inputValue);
     String getFocusedInputElementValue();
 #endif