[webkit-reviews] review granted: [Bug 179187] LayoutState::m_next is really the ancestor state. : [Attachment 325739] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 2 11:51:18 PDT 2017


Simon Fraser (smfr) <simon.fraser at apple.com> has granted zalan
<zalan at apple.com>'s request for review:
Bug 179187: LayoutState::m_next is really the ancestor state.
https://bugs.webkit.org/show_bug.cgi?id=179187

Attachment 325739: Patch

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




--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 325739
  --> https://bugs.webkit.org/attachment.cgi?id=325739
Patch

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

> Source/WebCore/rendering/LayoutState.cpp:171
> +    m_lineGrid = m_ancestor->m_lineGrid;
> +    m_lineGridOffset = m_ancestor->m_lineGridOffset;
> +    m_lineGridPaginationOrigin = m_ancestor->m_lineGridPaginationOrigin;

Sucks that LayoutState knows anything about line grid.


More information about the webkit-reviews mailing list