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

Unified Diff: content/renderer/input/input_handler_wrapper.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_wrapper.h
diff --git a/content/renderer/input/input_handler_wrapper.h b/content/renderer/input/input_handler_wrapper.h
index 23e3a33f507640ddf8729573b43e4de70e4d44e1..9f4ebf0688c666323c6e4a7e3477ad14bb89c808 100644
--- a/content/renderer/input/input_handler_wrapper.h
+++ b/content/renderer/input/input_handler_wrapper.h
@@ -30,7 +30,7 @@ class InputHandlerWrapper : public InputHandlerProxyClient {
virtual void TransferActiveWheelFlingAnimation(
const blink::WebActiveWheelFlingParameters& params) OVERRIDE;
virtual blink::WebGestureCurve* CreateFlingAnimationCurve(
- int deviceSource,
+ blink::WebGestureDevice deviceSource,
const blink::WebFloatPoint& velocity,
const blink::WebSize& cumulativeScroll) OVERRIDE;
virtual void DidOverscroll(const DidOverscrollParams& params) OVERRIDE;
« no previous file with comments | « content/renderer/input/input_handler_proxy_unittest.cc ('k') | content/renderer/input/input_handler_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698