Bug 280741
| Summary: | [CoordinatedGraphics] Pass a FloatRect to paintGraphicsLayerContents() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | Platform | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/34561
EWS
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
<rdar://problem/137117587>