From e5ef3c8b7bebbce20319c73ccf153f3da596d650 Mon Sep 17 00:00:00 2001 From: "jorlow@chromium.org" Date: Fri, 28 Aug 2009 17:25:45 +0000 Subject: Build fix for our webkit port. http://trac.webkit.org/changeset/47866 added a new method to ChromeClient, so now ours doesn't compile. I'm not 100% sure that doing nothing is the right course of action here, but it seems to be what most ports are doing. BUG=none TEST=none Review URL: http://codereview.chromium.org/176014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24738 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/chrome_client_impl.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webkit/glue/chrome_client_impl.cc') diff --git a/webkit/glue/chrome_client_impl.cc b/webkit/glue/chrome_client_impl.cc index 451c9d6..75d30fd 100644 --- a/webkit/glue/chrome_client_impl.cc +++ b/webkit/glue/chrome_client_impl.cc @@ -501,6 +501,9 @@ void ChromeClientImpl::contentsSizeChanged(WebCore::Frame* frame, const } } +void ChromeClientImpl::scrollbarsModeDidChange() const { +} + void ChromeClientImpl::mouseDidMoveOverElement( const WebCore::HitTestResult& result, unsigned modifierFlags) { // Find out if the mouse is over a link, and if so, let our UI know... somehow -- cgit v1.1