summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webwidget_impl.h
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-09 18:08:03 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-09 18:08:03 +0000
commit769ebb89e05b0c1e80a478f0c2124193d7317bc5 (patch)
treef2c4959cfc81f13aaab66c72cdd23b6dad38fc69 /webkit/glue/webwidget_impl.h
parente8b06c4c0e91661599ffbd982fc866c0363911d3 (diff)
downloadchromium_src-769ebb89e05b0c1e80a478f0c2124193d7317bc5.zip
chromium_src-769ebb89e05b0c1e80a478f0c2124193d7317bc5.tar.gz
chromium_src-769ebb89e05b0c1e80a478f0c2124193d7317bc5.tar.bz2
WebKit merge 39711:39744. This CL includes changes to webkit/glue code.
R=levin Review URL: http://codereview.chromium.org/17319 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7809 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webwidget_impl.h')
-rw-r--r--webkit/glue/webwidget_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/glue/webwidget_impl.h b/webkit/glue/webwidget_impl.h
index 743473d..d3d9b06 100644
--- a/webkit/glue/webwidget_impl.h
+++ b/webkit/glue/webwidget_impl.h
@@ -84,7 +84,8 @@ class WebWidgetImpl : public WebWidget,
virtual WebCore::IntPoint screenToWindow(const WebCore::IntPoint&) const;
virtual WebCore::IntRect windowToScreen(const WebCore::IntRect&) const;
virtual PlatformWidget platformWindow() const;
- virtual void contentsSizeChanged(WebCore::Frame*, const WebCore::IntSize&) const {}
+ virtual void scrollRectIntoView(const WebCore::IntRect&,
+ const WebCore::ScrollView*) const;
// WebCore::FramelessScrollViewClient methods:
virtual void popupClosed(WebCore::FramelessScrollView* popup_view);