[webkit-reviews] review granted: [Bug 101448] Move childrenAffectedBy bits from RenderStyle to Element : [Attachment 176447] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 04:02:05 PST 2012


Antti Koivisto <koivisto at iki.fi> has granted Allan Sandfeld Jensen
<allan.jensen at digia.com>'s request for review:
Bug 101448: Move childrenAffectedBy bits from RenderStyle to Element
https://bugs.webkit.org/show_bug.cgi?id=101448

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

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=176447&action=review


r=me

> Source/WebCore/page/TouchAdjustment.cpp:85
> +	   if (renderStyle->affectedByActive() ||
renderStyle->affectedByHover())

This could move to the Node bitfield in the future.


More information about the webkit-reviews mailing list