[BGPT] Don't collect element ids of scrollbar layer effect for animation
Collecting them (after crrev.com/c/1512765) caused element id collision between element ids of the scrollbar layer and the effect nodes of the scrollbars. We should probably skip setting element ids of scrollbar layers in the future, but the element ids are still required even in layer list mode in LayerTreeHost::ApplyScrollAndScale(). Not collecting them won't break animation because scrollbar animation is controlled by cc::ScrollbarAnimationController instead of the classes under cc/animations. Bug: 946397 Change-Id: I8a713588e1ee3073b82ef5d8a95b296ff77747ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542460Reviewed-by:Robert Flack <flackr@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#645372}
Showing
Please register or sign in to comment