[Webkit-unassigned] [Bug 250946] New: Reduce calls to LayoutUnit(int) in RenderBox.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 21 15:08:10 PST 2023


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

            Bug ID: 250946
           Summary: Reduce calls to LayoutUnit(int) in RenderBox.h
           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: ahmad.saleem792 at gmail.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Hi Team,

It is split off from bug 250884 because when I tried to merge RenderBox.h changes, it let to build failure since these are used in RenderSVG

Blink Commit - https://chromium.googlesource.com/chromium/blink/+/e3d125383e6023dccb9f052237751f1c9a8098ec

Missing WebKit Source Changes - https://searchfox.org/wubkat/source/Source/WebCore/rendering/RenderBox.h#382

Adding:

ComputedMarginValues() { }

and

LogicalExtentComputedValues() { }

accordingly.

the build failures are here:

https://searchfox.org/wubkat/source/Source/WebCore/rendering/svg/RenderSVGForeignObject.cpp#93

Just wanted to raise it so we can track it separately and fix and land this as well.

Thanks!

-- 
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/20230121/c251e775/attachment.htm>


More information about the webkit-unassigned mailing list