Implement Focus UI
[framework/web/webkit-efl.git] / Source / WebKit2 / UIProcess / API / efl / EwkViewImpl.h
index 02cd6cb..dfe660f 100755 (executable)
@@ -316,10 +316,19 @@ public:
     const WebCore::IntPoint scrollPosition() const { return m_scrollPosition; }
 #endif
 
-#if ENABLE(TOUCH_EVENTS) && ENABLE(TIZEN_GESTURE)
+#if ENABLE(TIZEN_GESTURE)
+#if ENABLE(TOUCH_EVENTS)
     void feedTouchEventsByType(Ewk_Touch_Event_Type);
 #endif
+    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.
     OwnPtr<WebKit::PageClientImpl> pageClient;