Merge ~santoshbit2007/oxide:scroll_fling_opposite_direction_fix into oxide:master

Proposed by Santosh
Status: Merged
Approved by: Chris Coulson
Approved revision: 6078bd78812868a71cbf53985449526ee82901c0
Merge reported by: Santosh
Merged at revision: not available
Proposed branch: ~santoshbit2007/oxide:scroll_fling_opposite_direction_fix
Merge into: oxide:master
Diff against target: 12 lines (+1/-0)
1 file modified
shared/browser/oxide_gesture_provider.cc (+1/-0)
Reviewer Review Type Date Requested Status
Chris Coulson Approve
Review via email: mp+311367@code.launchpad.net

Description of the change

To post a comment you must log in.
Revision history for this message
Chris Coulson (chrisccoulson) wrote :

I haven't tested this, but I'll assume that you have and it works. So feel free to merge :)

review: Approve
Revision history for this message
Santosh (santoshbit2007) wrote :

Yes I have verified it.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/shared/browser/oxide_gesture_provider.cc b/shared/browser/oxide_gesture_provider.cc
index 74720d5..f6006fb 100644
--- a/shared/browser/oxide_gesture_provider.cc
+++ b/shared/browser/oxide_gesture_provider.cc
@@ -44,6 +44,7 @@ ui::GestureDetector::Config GetGestureDetectorConfig() {
44 config.double_tap_slop = 100.0f;44 config.double_tap_slop = 100.0f;
45 config.minimum_fling_velocity = 50.0f;45 config.minimum_fling_velocity = 50.0f;
46 config.maximum_fling_velocity = 10000.0f;46 config.maximum_fling_velocity = 10000.0f;
47 config.velocity_tracker_strategy = ui::VelocityTracker::LSQ2_RESTRICTED;
4748
48 return config;49 return config;
49}50}

Subscribers

People subscribed via source and target branches

to all changes: