|
Consolidate content fling implementations
Provide a single implementation of WebGestureCurve, instead relying on
platform-specific ui::GestureCurve implementations for core
functionality. This eliminates the duplicated curve code used for
content and view-targetted flings on Aura.
BUG= 420214
Committed: https://crrev.com/1d6fc87072bd9f8ea7908cb5af19d7ef6cd0e18c
Cr-Commit-Position: refs/heads/master@{#299136}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+499 lines, -1424 lines) |
Patch |
 |
M |
athena/wm/window_overview_mode.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/child/OWNERS
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/child/blink_platform_impl.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+6 lines, -12 lines |
0 comments
|
Download
|
 |
D |
content/child/fling_animator_impl_android.h
|
View
|
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
 |
D |
content/child/fling_animator_impl_android.cc
|
View
|
|
1 chunk |
+0 lines, -101 lines |
0 comments
|
Download
|
 |
D |
content/child/touch_fling_gesture_curve.h
|
View
|
|
1 chunk |
+0 lines, -50 lines |
0 comments
|
Download
|
 |
D |
content/child/touch_fling_gesture_curve.cc
|
View
|
|
1 chunk |
+0 lines, -160 lines |
0 comments
|
Download
|
 |
D |
content/child/touch_fling_gesture_curve_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -69 lines |
0 comments
|
Download
|
 |
A |
content/child/web_gesture_curve_impl.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/child/web_gesture_curve_impl.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+97 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
content/child/web_gesture_curve_impl_unittest.cc
|
View
|
1
2
|
3 chunks |
+26 lines, -23 lines |
0 comments
|
Download
|
 |
M |
content/content_child.gypi
|
View
|
1
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/BUILD.gn
|
View
|
1
2
3
4
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ui/events/android/OWNERS
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
A + |
ui/events/android/scroller.h
|
View
|
|
5 chunks |
+16 lines, -13 lines |
0 comments
|
Download
|
 |
A + |
ui/events/android/scroller.cc
|
View
|
1
2
|
11 chunks |
+113 lines, -81 lines |
0 comments
|
Download
|
 |
A + |
ui/events/android/scroller_unittest.cc
|
View
|
1
|
3 chunks |
+61 lines, -52 lines |
0 comments
|
Download
|
 |
M |
ui/events/events.gyp
|
View
|
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/events/gesture_curve.h
|
View
|
1
2
3
4
5
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/gestures/fling_curve.h
|
View
|
1
|
3 chunks |
+14 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/events/gestures/fling_curve.cc
|
View
|
1
|
2 chunks |
+44 lines, -17 lines |
0 comments
|
Download
|
 |
M |
ui/events/gestures/fling_curve_unittest.cc
|
View
|
1
|
1 chunk |
+19 lines, -17 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
D |
ui/gfx/android/scroller.h
|
View
|
|
1 chunk |
+0 lines, -148 lines |
0 comments
|
Download
|
 |
D |
ui/gfx/android/scroller.cc
|
View
|
|
1 chunk |
+0 lines, -444 lines |
0 comments
|
Download
|
 |
D |
ui/gfx/android/scroller_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -167 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/gfx.gyp
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/gfx_tests.gyp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 17 (6 generated)
|