Revert "Revert "Refine focus ring repainting code when web contents was changed.""
[framework/web/webkit-efl.git] / Source / WebKit2 / UIProcess / API / efl / EwkViewImpl.h
index 02cd6cb..2b1e9bf 100755 (executable)
@@ -316,11 +316,16 @@ 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);
+#endif // #if OS(TIZEN)
+
     // FIXME: Make members private for encapsulation.
     OwnPtr<WebKit::PageClientImpl> pageClient;
 #if ENABLE(WAIT_UPVERSION)