DescriptionAllow touch adjustment to return Shadow DOM node.
Touch adjustment currently considers a shadow DOM node when finding the best
clickable one but then walks up the tree to the shadow host and returns it.
Make it return the shadow node instead so that we don't have to hit test again
when processing a gesture tap.
BUG=391524
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177885
Patch Set 1 #Patch Set 2 : Add simple shadow dom test #
Total comments: 14
Patch Set 3 : Address comments #Patch Set 4 : Remove unnecessary internals api #
Total comments: 5
Patch Set 5 : Use testTouchPoint #Messages
Total messages: 12 (0 generated)
|