Bug 264461 - Simplify repainting logic in RenderLayer::recursiveUpdateLayerPositions()
Summary: Simplify repainting logic in RenderLayer::recursiveUpdateLayerPositions()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-11-08 18:39 PST by Simon Fraser (smfr)
Modified: 2023-11-09 09:08 PST (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 Simon Fraser (smfr) 2023-11-08 18:39:23 PST
We can remove the calls to renderer().repaintUsingContainer() and just use repaintAfterLayoutIfNeeded() instead.
Comment 1 Radar WebKit Bug Importer 2023-11-08 18:39:39 PST
<rdar://problem/118151709>
Comment 2 Simon Fraser (smfr) 2023-11-08 18:45:12 PST
Pull request: https://github.com/WebKit/WebKit/pull/20211
Comment 3 EWS 2023-11-09 09:08:39 PST
Committed 270454@main (9dc96cf594dd): <https://commits.webkit.org/270454@main>

Reviewed commits have been landed. Closing PR #20211 and removing active labels.