DescriptionMouseWheelEventQueue should respect ScrollBegin/End state from RenderWidgetHost.
This CL modifies MouseWheelEventQueue to refer to it's client to
know if a (non-synthetic) GestureScrollBegin/End are required,
instead of hard-coding that state in the Queue itself. This is
important since OOPIF scroll bubbling inserts its own Begin/Ends as
needed, without the Queue's involvement.
This CL has been split off from https://codereview.chromium.org/2785533003/
to simplify review/landing of that CL.
BUG=701178
Patch Set 1 #
Total comments: 9
Patch Set 2 : Rename function, make it const. #
Total comments: 6
Patch Set 3 : Rename function. #Depends on Patchset: Messages
Total messages: 24 (11 generated)
|