[Webkit-unassigned] [Bug 211785] [Wheel event region] Add support for getting wheel event region from ScrollingTree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 12 10:42:38 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=211785

Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #399142|review?                     |review+
              Flags|                            |

--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 399142
  --> https://bugs.webkit.org/attachment.cgi?id=399142
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=399142&action=review

> Source/WebCore/page/scrolling/mac/ScrollingTreeMac.mm:106
> +                return eventRegion && eventRegion->contains(IntPoint(localPoint));

Maybe roundedIntPoint()?

> Source/WebCore/page/scrolling/mac/ScrollingTreeMac.mm:216
> +    return eventRegion->eventListenerRegionTypesForPoint(IntPoint(point));

roundedIntPoint?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200512/b8f1751a/attachment.htm>


More information about the webkit-unassigned mailing list