* UIProcess/API/mac/PageClientImpl.h:
* UIProcess/API/mac/PageClientImpl.mm:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@104635
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-01-10 Ryosuke Niwa <rniwa@webkit.org>
+
+ Snow Leopard build fix.
+
+ * UIProcess/API/mac/PageClientImpl.h:
+ * UIProcess/API/mac/PageClientImpl.mm:
+
2012-01-10 Anders Carlsson <andersca@apple.com>
Hang opening movie that requires authentication
virtual WebCore::IntPoint screenToWindow(const WebCore::IntPoint&);
virtual WebCore::IntRect windowToScreen(const WebCore::IntRect&);
+#if ENABLE(GESTURE_EVENTS)
virtual void doneWithGestureEvent(const WebGestureEvent&, bool wasEventHandled);
+#endif
virtual void doneWithKeyEvent(const NativeWebKeyboardEvent&, bool wasEventHandled);
virtual PassRefPtr<WebPopupMenuProxy> createPopupMenuProxy(WebPageProxy*);
return enclosingIntRect(tempRect);
}
+#if ENABLE(GESTURE_EVENTS)
void PageClientImpl::doneWithGestureEvent(const WebGestureEvent&, bool wasEventHandled)
{
notImplemented();
}
+#endif
void PageClientImpl::doneWithKeyEvent(const NativeWebKeyboardEvent& event, bool eventWasHandled)
{