Add to ewk api for setting/getting the User Agent by using system info library.
[framework/web/webkit-efl.git] / Source / WebKit2 / UIProcess / API / efl / EwkViewImpl.h
index 7deea89..fd78c49 100755 (executable)
@@ -323,6 +323,11 @@ public:
     void setDoubleTapEnabled(bool);
 #endif
 
+    void didChangeScrollAndScale(const WebCore::IntPoint&, float);
+
+#if ENABLE(TIZEN_FOCUS_UI)
+    static void pages(Vector<RefPtr<WebKit::WebPageProxy> >&);
+#endif
 #endif // #if OS(TIZEN)
 
     // FIXME: Make members private for encapsulation.
@@ -362,6 +367,10 @@ public:
 
     WKEinaSharedString userAgent;
 
+#if OS(TIZEN)
+    WKEinaSharedString applicationName;
+#endif
+
 #if ENABLE(TIZEN_SUPPORT_WEBAPP_META_TAG)
     WKEinaSharedString webAppIconURL;
     Eina_List* webAppIconURLs;