Modified: branches/chromium/1271/Source/WebCore/platform/TouchFlingPlatformGestureCurve.cpp (130962 => 130963)
--- branches/chromium/1271/Source/WebCore/platform/TouchFlingPlatformGestureCurve.cpp 2012-10-10 21:33:01 UTC (rev 130962)
+++ branches/chromium/1271/Source/WebCore/platform/TouchFlingPlatformGestureCurve.cpp 2012-10-10 21:36:03 UTC (rev 130963)
@@ -56,13 +56,13 @@
PassOwnPtr<PlatformGestureCurve> TouchFlingPlatformGestureCurve::createForTouchPad(const FloatPoint& velocity, IntPoint cumulativeScroll)
{
// The default parameters listed below are a matched set, and should not be changed independently of one another.
- return create(velocity, -1.5e+02, 10, 1.5e+00, 2.075, cumulativeScroll);
+ return create(velocity, -5.70762e+03, 1.72e+02, 3.7e+00, 1.3, cumulativeScroll);
}
PassOwnPtr<PlatformGestureCurve> TouchFlingPlatformGestureCurve::createForTouchScreen(const FloatPoint& velocity, IntPoint cumulativeScroll)
{
// The touchscreen-specific parameters listed below are a matched set, and should not be changed independently of one another.
- return create(velocity, -1.5e+02, 10, 1.5e+00, 2.075, cumulativeScroll);
+ return create(velocity, -5.70762e+03, 1.72e+02, 3.7e+00, 1.3, cumulativeScroll);
}
PassOwnPtr<PlatformGestureCurve> TouchFlingPlatformGestureCurve::create(const FloatPoint& velocity, float p0, float p1, float p2, float curveDuration, IntPoint cumulativeScroll)