From 4bab3b214e92e0884af87c4ae9287da3daff5f3d Mon Sep 17 00:00:00 2001 From: "dimich@google.com" Date: Wed, 7 Jan 2009 21:44:36 +0000 Subject: WebKit merge 39606:39660 Review URL: http://codereview.chromium.org/17239 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7684 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/chrome_client_impl.h | 1 + webkit/glue/webwidget_impl.h | 1 + 2 files changed, 2 insertions(+) (limited to 'webkit/glue') diff --git a/webkit/glue/chrome_client_impl.h b/webkit/glue/chrome_client_impl.h index 27fd2c7..af39a51 100644 --- a/webkit/glue/chrome_client_impl.h +++ b/webkit/glue/chrome_client_impl.h @@ -101,6 +101,7 @@ public: 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 mouseDidMoveOverElement(const WebCore::HitTestResult& result, unsigned modifierFlags); diff --git a/webkit/glue/webwidget_impl.h b/webkit/glue/webwidget_impl.h index 246709b9..743473d 100644 --- a/webkit/glue/webwidget_impl.h +++ b/webkit/glue/webwidget_impl.h @@ -84,6 +84,7 @@ 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 {} // WebCore::FramelessScrollViewClient methods: virtual void popupClosed(WebCore::FramelessScrollView* popup_view); -- cgit v1.1