DescriptionRemove ui::TouchEvent -> blink::WebTouchEvent conversion methods.
Instead, we can just use ui::TouchEvent -> ui::MotionEvent ->
blink::WebInputEvent.
We need ui::TouchEvent -> ui::MotionEvent for gesture detection,
and ui::MotionEvent -> blink::WebInputEvent will be used in
the same way across all platforms supporting touch.
BUG=407645
TEST=RenderWidgetHostViewAuraTest.*
Committed: https://crrev.com/62bb8d3ff2322ed11a11913c3414c3a2f4d4e60f
Cr-Commit-Position: refs/heads/master@{#310514}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Rebase. #Patch Set 3 : Rebase. #
Total comments: 2
Patch Set 4 : Address sadrul's comment. #Patch Set 5 : Fix tests. #
Total comments: 4
Patch Set 6 : Rebase. #Patch Set 7 : Fix Rebase. #Patch Set 8 : Make method const. #
Total comments: 14
Patch Set 9 : Address jdduke's comments. #
Total comments: 2
Patch Set 10 : Address jdduke's comments. #Patch Set 11 : Fix broken test. #Messages
Total messages: 25 (5 generated)
|