[webkit-reviews] review granted: [Bug 172018] event.clientX/clientY should be in layout viewport coordinates : [Attachment 310012] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 13 11:13:17 PDT 2017


zalan <zalan at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 172018: event.clientX/clientY should be in layout viewport coordinates
https://bugs.webkit.org/show_bug.cgi?id=172018

Attachment 310012: Patch

https://bugs.webkit.org/attachment.cgi?id=310012&action=review




--- Comment #5 from zalan <zalan at apple.com> ---
Comment on attachment 310012
  --> https://bugs.webkit.org/attachment.cgi?id=310012
Patch

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

> Source/WebCore/dom/MouseRelatedEvent.cpp:91
> +    Frame* frame = view() ? view()->frame() : nullptr;

auto*

> Source/WebCore/dom/MouseRelatedEvent.cpp:93
> +	   if (FrameView* frameView = frame->view())

auto*


More information about the webkit-reviews mailing list