[webkit-reviews] review denied: [Bug 66255] Move LayoutRepainter to its own class : [Attachment 103968] Proposed change: Move the code to a new class for easier hacking.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 23 04:10:00 PDT 2011


MORITA Hajime <morrita at google.com> has denied Julien Chaffraix
<jchaffraix at webkit.org>'s request for review:
Bug 66255: Move LayoutRepainter to its own class
https://bugs.webkit.org/show_bug.cgi?id=66255

Attachment 103968: Proposed change: Move the code to a new class for easier
hacking.
https://bugs.webkit.org/attachment.cgi?id=103968&action=review

------- Additional Comments from MORITA Hajime <morrita at google.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=103968&action=review


LayoutRepainter.cpp should be RenderingAllInOne.cpp to make Windows build to
pass.

> Source/WebCore/rendering/RenderObject.h:117
> +    friend class LayoutRepainter;

Why do we need this?


More information about the webkit-reviews mailing list