macCatalyst: Cursor should update when the platform deems it necessary
Created attachment 386044 [details] Patch
<rdar://problem/57983076>
Comment on attachment 386044 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=386044&action=review > Source/WebKit/Shared/ios/InteractionInformationAtPosition.h:87 > + float caretHeight; Nit - maybe give this an initial value? > Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm:2766 > + if (Frame* frame = hitTestResult.innerNodeFrame()) { > + if (FrameView *frameView = frame->view()) { Nit - auto*?
https://trac.webkit.org/changeset/253731/webkit