[PE] Don't call CompositedScrollsWithRespectTo during raster invalidation
It is redundant with the call to UsesCompositedScrolling just below, and is equivalent to UsesCompositedScrolling + object != paint_invalidation_container. UsesCompositedScrolling calls two methods plus a virtual, so may be slow. Bug: 818709 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Iab617e3941563ac1994e5732359cf691442a2b7e Reviewed-on: https://chromium-review.googlesource.com/959444 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#542667}
Showing
Please register or sign in to comment