DescriptionFire pointermoves for mousemove events.
This CL adds pointermove firing for non-synthetic mousemove events.
Synthetic mousemoves, e.g. from gesture taps, doesn't need pointermoves
because PEs have been fired earlier from TEs.
This CL also include a bit of cleanup: EventHandler::dispatchMouseEvent
returned false when input event has been handled. This is counter
intuitive---all callers negated the returned boolean. This CL flips the
return value to make the method in-line with handleTouchEvent(),
handleMouseFocus().
BUG=476571, 548374
Committed: https://crrev.com/d904a344ffe1e2e3f5126df826284b7c3c70fdab
Cr-Commit-Position: refs/heads/master@{#357856}
Patch Set 1 #Patch Set 2 : Tweaked the tests. #
Total comments: 10
Patch Set 3 : #Patch Set 4 : #Patch Set 5 : TestExpectations #Messages
Total messages: 24 (10 generated)
|