DescriptionAllow unsetting scroll client
Currently in Blink every GraphicsLayer sets the scroll client of its
platform layer to be itself. This works because
LayerTreeHost::ApplyScrollAndScaleSet doesn't end up calling the scroll
client callback for root scroll layer scrolls and the callback is never
used.
I am going to change Blink to only set the scroll client for non-root
scrollable layers so that the compositor can just always call the
callback if it exists and doesn't have to be smart.
In order to do this, it'd be nice to be able to unset the scroll client
from Blink.
R=jamesr@chromium.org
BUG=256381
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=210089
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|