[webkit-reviews] review granted: [Bug 81366] Add a RenderMultiColumnBlock subclass for multi-column layout. : [Attachment 132313] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 16 10:37:48 PDT 2012


mitz at webkit.org has granted Dave Hyatt <hyatt at apple.com>'s request for review:
Bug 81366: Add a RenderMultiColumnBlock subclass for multi-column layout.
https://bugs.webkit.org/show_bug.cgi?id=81366

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

------- Additional Comments from mitz at webkit.org
View in context: https://bugs.webkit.org/attachment.cgi?id=132313&action=review


> Source/WebCore/rendering/RenderMultiColumnBlock.cpp:43
> +    if (isAnonymousBlock())
> +	   return "RenderMultiColumnBlock (anonymous)";

Just curious, can this case ever happen?


More information about the webkit-reviews mailing list