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

Unified Diff: Source/Platform/chromium/public/WebInputHandlerClient.h

Issue 14678013: Forward velocity to the fling gesture handler. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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 | « no previous file | Source/WebKit/chromium/src/WebCompositorInputHandlerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/Platform/chromium/public/WebInputHandlerClient.h
diff --git a/Source/Platform/chromium/public/WebInputHandlerClient.h b/Source/Platform/chromium/public/WebInputHandlerClient.h
index 709968700ff5b46a366add6543d90a1b5f7eebbb..9a92c9cc4f1f40bfd5601045dac03e162b7dab32 100644
--- a/Source/Platform/chromium/public/WebInputHandlerClient.h
+++ b/Source/Platform/chromium/public/WebInputHandlerClient.h
@@ -68,7 +68,7 @@ public:
// Returns ScrollStarted if a layer was being actively being scrolled,
// ScrollIgnored if not.
- virtual ScrollStatus flingScrollBegin() = 0;
+ virtual ScrollStatus flingScrollBegin(WebFloatSize velocity) = 0;
// Stop scrolling the selected layer. Should only be called if scrollBegin()
// returned ScrollStarted.
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/WebCompositorInputHandlerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698