Add shrink-wrapped link highlights
Created attachment 256931 [details] Patch
Comment on attachment 256931 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=256931&action=review > Source/WebKit2/WebProcess/WebPage/ios/WebPageIOS.mm:2201 > + RefPtr<TextIndicator> textIndicator = TextIndicator::createWithRange(*linkRange, TextIndicatorPresentationTransition::FadeIn, marginInPoints * deviceScaleFactor); This should use TextIndicatorPresentationTransition::None (but it doesn't really matter as long as we don't use one that requires a contentImageWithHighlight).
Comment on attachment 256931 [details] Patch Looks good to me.
https://trac.webkit.org/changeset/186916