DescriptionMake sure fast-path scrolls bubble on non-scrollable guest.
Fast-path scrolling on a document with no ability to scroll
generates event acks of
INPUT_EVENT_ACK_STATE_NO_CONSUMER_EXISTS, which at present
the RenderWidgetHostViewGuest::{Gesture|Wheel}EventAck()
methods don't recognize.
This CL enables forwarding for "no consumer exists" events.
Existing tests are extended to test against both cases:
guests that are and are not scrollable.
BUG=491940
Committed: https://crrev.com/ab64ac02df18faa4cf307bd21ddec6b628f79ace
Cr-Commit-Position: refs/heads/master@{#351795}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Fix comment. #
Depends on Patchset: Messages
Total messages: 16 (6 generated)
|