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

Unified Diff: content/renderer/input/input_handler_proxy_client.h

Issue 304793003: use enum to specify deviceSource for fling animation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased for parallel breaking changes Created 6 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
Index: content/renderer/input/input_handler_proxy_client.h
diff --git a/content/renderer/input/input_handler_proxy_client.h b/content/renderer/input/input_handler_proxy_client.h
index 47aedf7cb19efaa00a5cb7d98022eea9523b7ec0..70b4186f749e4bda9714fc3096b72d9f9e6d3e46 100644
--- a/content/renderer/input/input_handler_proxy_client.h
+++ b/content/renderer/input/input_handler_proxy_client.h
@@ -30,7 +30,7 @@ class InputHandlerProxyClient {
// Creates a new fling animation curve instance for device |device_source|
// with |velocity| and already scrolled |cumulative_scroll| pixels.
virtual blink::WebGestureCurve* CreateFlingAnimationCurve(
- int device_source,
+ blink::WebGestureDevice device_source,
const blink::WebFloatPoint& velocity,
const blink::WebSize& cumulative_scroll) = 0;
« no previous file with comments | « content/renderer/input/input_handler_proxy.cc ('k') | content/renderer/input/input_handler_proxy_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698