summaryrefslogtreecommitdiffstats
path: root/webkit/glue
diff options
context:
space:
mode:
authordimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-07 21:44:36 +0000
committerdimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-07 21:44:36 +0000
commit4bab3b214e92e0884af87c4ae9287da3daff5f3d (patch)
treea45c0da83e8aa43e94eedf796b923ebbcf3509b9 /webkit/glue
parent5bcdb31304d676b38ce605180b7d8816e9a8b745 (diff)
downloadchromium_src-4bab3b214e92e0884af87c4ae9287da3daff5f3d.zip
chromium_src-4bab3b214e92e0884af87c4ae9287da3daff5f3d.tar.gz
chromium_src-4bab3b214e92e0884af87c4ae9287da3daff5f3d.tar.bz2
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
Diffstat (limited to 'webkit/glue')
-rw-r--r--webkit/glue/chrome_client_impl.h1
-rw-r--r--webkit/glue/webwidget_impl.h1
2 files changed, 2 insertions, 0 deletions
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);