Bug 258762 - Implement an efficient method to extend the bounds of a FloatRect by a set of FloatPoints
Summary: Implement an efficient method to extend the bounds of a FloatRect by a set of...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-06-30 19:43 PDT by Said Abou-Hallawa
Modified: 2023-07-07 19:44 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2023-06-30 19:43:27 PDT
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.
Comment 1 Radar WebKit Bug Importer 2023-07-07 19:44:13 PDT
<rdar://problem/111939974>