DescriptionRefactor wheel event handler registration in ScrollingCoordinator
This patch simplifies the process of observing wheel event handlers in
the ScrollingCoordinator. We do not need to compute exact counts of
handlers but instead check whether there are any or not.
We also add an API for indicating the presence of scroll event handlers.
This will be used by the compositor to schedule scrolling differently when
handlers are consuming scroll updates.
See https://codereview.chromium.org/206603002/ for full review history.
BUG=347366
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=171506
Patch Set 1 #
Total comments: 5
Patch Set 2 : More concise. #
Messages
Total messages: 9 (0 generated)
|