Bug 280741

Summary: [CoordinatedGraphics] Pass a FloatRect to paintGraphicsLayerContents()
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: PlatformAssignee: Carlos Garcia Campos <cgarcia>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, webkit-bug-importer, zimmermann
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Carlos Garcia Campos
Reported 2024-10-01 22:38:58 PDT
We currently pass an IntRect created from a FloatRect using enclosingIntRect(). paintGraphicsLayerContents() receives a FloatRect that is adjusted for the subpixel offset and used to create a dirty rect with enclosingIntRect() in RenderLayerBacking::paintContents().
Attachments
Carlos Garcia Campos
Comment 1 2024-10-01 22:42:33 PDT
EWS
Comment 2 2024-10-02 05:15:14 PDT
Committed 284556@main (27a90c607256): <https://commits.webkit.org/284556@main> Reviewed commits have been landed. Closing PR #34561 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-10-02 05:16:18 PDT
Note You need to log in before you can comment on or make changes to this bug.