[PE] Don't combine clips across non-invertible transform
GeometryMapper::SourceToDestinationProjection(parent, child) returns identity if child transform is not invertible, so it's not reliable to use it to check if parent and child are in the same transform space. Now avoid the function, while still handle most common cases to combine clips through identity transforms. Bug: 849382 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I747e857d3828a5fb6eea0f69ed8746843912baf4 Reviewed-on: https://chromium-review.googlesource.com/1086492Reviewed-by:Tien-Ren Chen <trchen@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#565078}
Showing
Please register or sign in to comment