Bug 258762
| Summary: | Implement an efficient method to extend the bounds of a FloatRect by a set of FloatPoints | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=258734 https://bugs.webkit.org/show_bug.cgi?id=255898 |
||
Said Abou-Hallawa
As a follow up of https://github.com/WebKit/WebKit/pull/15451#discussion_r1248318874, we need to implement a new method to extend the bounds of a FloatRect by a set of FloatPoints. This will replace multiple calls to FloatRect::extend() by a single call to the new method.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/111939974>