DescriptionFix hit-testing of elements with the same z-index.
hit-testing needs to walk in backwards order from paint.
The previous attempt at reverse sorting by z-index didn't
reverse things with the same z-index. Instead, forward
sort the same way as we do with paint and then reverse
the whole vector.
R=abarth@chromium.org, eseidel@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/8578ab267bc10446adc7cc5a076ca1d695644387
Patch Set 1 #
Messages
Total messages: 5 (2 generated)
|