[Webkit-unassigned] [Bug 202182] New: [LFC][IFC] Use existing Line::Content::LineBox to track the current line geometry

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 24 21:18:14 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=202182

            Bug ID: 202182
           Summary: [LFC][IFC] Use existing Line::Content::LineBox to
                    track the current line geometry
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zalan at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Currently Line has 
    LayoutPoint m_logicalTopLeft;
    LayoutUnit m_contentLogicalWidth;
    LayoutUnit m_lineLogicalHeight;

    LineBox::Baseline m_baseline;
    LayoutUnit m_baselineTop;

Use Line's m_content->lineBox() instead.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190925/196ca33f/attachment-0001.html>


More information about the webkit-unassigned mailing list