Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: webkit/glue/webview_impl.h

Issue 254002: Fix cmd-up/cmd-down. (Closed)
Patch Set: Fix typo found by suzhe Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/glue/webview_impl.h
diff --git a/webkit/glue/webview_impl.h b/webkit/glue/webview_impl.h
index 5ecb4ccfea41b94d0837addb6d08b9a946c0a9b2..bb9f077b339abe52f7fa09bed582ff607f2b460b 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>;

Powered by Google App Engine
This is Rietveld 408576698