DescriptionImprove Android accessible hit testing.
Take advantage of a new function we defined already for what nodes are
"interesting" on Android.
When we get a hit test result back and it's not interesting, first see if
there's a single child that's interesting. If so, return that. If not,
walk up to the first interesting ancestor.
That will avoid returning something like a wrapper <div>.
BUG=656146
Committed: https://crrev.com/46fca134595100df7461475cc05516e94b000064
Cr-Commit-Position: refs/heads/master@{#426938}
Patch Set 1 #
Total comments: 6
Patch Set 2 : Address feedback #
Total comments: 2
Patch Set 3 : Clarify that it can return |this| #
Total comments: 1
Messages
Total messages: 20 (11 generated)
|