diff options
Diffstat (limited to 'webkit/glue/webview_impl.h')
-rw-r--r-- | webkit/glue/webview_impl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/webkit/glue/webview_impl.h b/webkit/glue/webview_impl.h index 5ecb4cc..bb9f077 100644 --- a/webkit/glue/webview_impl.h +++ b/webkit/glue/webview_impl.h @@ -256,6 +256,11 @@ class WebViewImpl : public WebView, public base::RefCounted<WebViewImpl> { WebKit::NotificationPresenterImpl* GetNotificationPresenter(); #endif + // Tries to scroll a frame or any parent of a frame. Returns true if the view + // was scrolled. + bool PropagateScroll(WebCore::ScrollDirection scroll_direction, + WebCore::ScrollGranularity scroll_granularity); + protected: friend class WebView; // So WebView::Create can call our constructor friend class base::RefCounted<WebViewImpl>; |