[webkit-reviews] review granted: [Bug 121812] Move style change analysis code to RenderElement : [Attachment 212407] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 23 17:06:33 PDT 2013


Andreas Kling <akling at apple.com> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 121812: Move style change analysis code to RenderElement
https://bugs.webkit.org/show_bug.cgi?id=121812

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

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=212407&action=review


> Source/WebCore/rendering/RenderElement.h:66
> +    enum StylePropagationType { PropagateAllChildren,
PropagateBlockChildrenOnly };

Shouldn't this be PropagateToAllChildren / PropagateToBlockChildrenOnly?


More information about the webkit-reviews mailing list