VizHitTest: Do not skip OOPIF even if it's occluded
We previously employed an optimization that skips OOPIFs occluded by parent frame's layers. This optimization is problematic as the layer's bounds do not necessarily represent its hit test region, and it works incorrectly when the occluding layers have pointer-events property. This CL removes that optimization. Bug: 846798, 896786 Change-Id: Id33c7d658cfd677ab3eb496371a213de2423d349 Reviewed-on: https://chromium-review.googlesource.com/c/1296821Reviewed-by:Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Commit-Queue: Xianda Sun <sunxd@chromium.org> Cr-Commit-Position: refs/heads/master@{#604329}
Showing
Please register or sign in to comment