Summary: | [LFC][IFC] Only process floats that fit the current line. | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | zalan <zalan> | ||||
Component: | Layout and Rendering | Assignee: | zalan <zalan> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | bfulgham, koivisto, simon.fraser, webkit-bug-importer, zalan | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
zalan
2020-11-21 15:53:25 PST
Created attachment 414775 [details]
Patch
Committed r270163: <https://trac.webkit.org/changeset/270163> All reviewed patches have been landed. Closing bug and clearing flags on attachment 414775 [details]. Comment on attachment 414775 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=414775&action=review > Source/WebCore/layout/inlineformatting/InlineLineBuilder.cpp:132 > - const InlineContentBreaker::ContinuousContent& continuousContent() const { return m_continuousContent; } > + const InlineContentBreaker::ContinuousContent& operator()() const { return m_continuousContent; } This is bit mysterious. |