summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webwidget_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webwidget_impl.cc')
-rw-r--r--webkit/glue/webwidget_impl.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/webkit/glue/webwidget_impl.cc b/webkit/glue/webwidget_impl.cc
index 4fe1d1b..bf5aaf4 100644
--- a/webkit/glue/webwidget_impl.cc
+++ b/webkit/glue/webwidget_impl.cc
@@ -242,6 +242,12 @@ PlatformWidget WebWidgetImpl::platformWindow() const {
return delegate_->GetContainingView(const_cast<WebWidgetImpl*>(this));
}
+void WebWidgetImpl::scrollRectIntoView(
+ const WebCore::IntRect&, const WebCore::ScrollView*) const {
+ // Nothing to be done here since we do not have the concept of a container
+ // that implements its own scrolling.
+}
+
//-----------------------------------------------------------------------------
// WebCore::FramelessScrollViewClient