[webkit-reviews] review granted: [Bug 95720] Simplify hitTestResultAtPoint and nodesFromRect APIs : [Attachment 162752] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 7 07:40:21 PDT 2012


Antonio Gomes <tonikitoo at webkit.org> has granted Allan Sandfeld Jensen
<allan.jensen at nokia.com>'s request for review:
Bug 95720: Simplify hitTestResultAtPoint and nodesFromRect APIs
https://bugs.webkit.org/show_bug.cgi?id=95720

Attachment 162752: Patch
https://bugs.webkit.org/attachment.cgi?id=162752&action=review

------- Additional Comments from Antonio Gomes <tonikitoo at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=162752&action=review


> Source/WebCore/page/EventHandler.cpp:1070
> -    if (!allowShadowContent)
> +    if (!request.allowsShadowContent())
>	   result.setToNonShadowAncestor();

so is this ok?


More information about the webkit-reviews mailing list