From: hyatt Date: Wed, 4 Oct 2006 08:39:10 +0000 (+0000) Subject: Fix Gdk bustage. X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=d6728ff430bdacf02bf0b339fee2f7ff1111c6fc Fix Gdk bustage. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16777 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebCore/platform/gdk/TemporaryLinkStubs.cpp b/WebCore/platform/gdk/TemporaryLinkStubs.cpp index 9fa65c40b41e..20f281a2ce1b 100644 --- a/WebCore/platform/gdk/TemporaryLinkStubs.cpp +++ b/WebCore/platform/gdk/TemporaryLinkStubs.cpp @@ -74,7 +74,7 @@ using namespace WebCore; static void notImplemented() { puts("Not yet implemented"); } void FrameView::updateBorder() { notImplemented(); } -bool FrameView::passMousePressEventToScrollbar(MouseEventWithHitTestResults&) { return false; } +bool FrameView::passMousePressEventToScrollbar(MouseEventWithHitTestResults&, PlatformScrollBar*) { return false; } bool FrameView::passMousePressEventToSubframe(MouseEventWithHitTestResults&, Frame*) { return true; } bool FrameView::passMouseReleaseEventToSubframe(MouseEventWithHitTestResults&, Frame*) { return true; } bool FrameView::passMouseMoveEventToSubframe(MouseEventWithHitTestResults&, Frame*) { return true; }