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

Unified Diff: third_party/WebKit/public/web/WebWidgetClient.h

Issue 2918053002: Move middle-click autoscroll to synthetic fling. (Closed)
Patch Set: Delete redundant cursor shape print Created 3 years, 6 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
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | ui/events/blink/input_handler_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebWidgetClient.h
diff --git a/third_party/WebKit/public/web/WebWidgetClient.h b/third_party/WebKit/public/web/WebWidgetClient.h
index c948511f5977f57284746f795a5ef1827f0d1f99..cd56c112ba95cfd8cc42faacbf3cdf0677a9ea89 100644
--- a/third_party/WebKit/public/web/WebWidgetClient.h
+++ b/third_party/WebKit/public/web/WebWidgetClient.h
@@ -84,6 +84,10 @@ class WebWidgetClient {
// Called when the cursor for the widget changes.
virtual void DidChangeCursor(const WebCursorInfo&) {}
+ virtual void AutoscrollStart(const WebFloatPoint&) {}
+ virtual void AutoscrollFling(const WebFloatSize& velocity) {}
+ virtual void AutoscrollEnd() {}
+
// Called when the widget should be closed. WebWidget::close() should
// be called asynchronously as a result of this notification.
virtual void CloseWidgetSoon() {}
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | ui/events/blink/input_handler_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698