[webkit-reviews] review granted: [Bug 179282] [LayoutState cleanup] Move m_layoutState from RenderView to LayoutContext : [Attachment 326058] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 6 08:50:28 PST 2017


Antti Koivisto <koivisto at iki.fi> has granted zalan <zalan at apple.com>'s request
for review:
Bug 179282: [LayoutState cleanup] Move m_layoutState from RenderView to
LayoutContext
https://bugs.webkit.org/show_bug.cgi?id=179282

Attachment 326058: Patch

https://bugs.webkit.org/attachment.cgi?id=326058&action=review




--- Comment #4 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 326058
  --> https://bugs.webkit.org/attachment.cgi?id=326058
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=326058&action=review

> Source/WebCore/rendering/RenderBlockFlow.cpp:741
> +    bool paginated =
view().frameView().layoutContext().layoutState()->isPaginated();

If this wasn't temporary we'd want layoutState() helper.


More information about the webkit-reviews mailing list