Bug 274939 - [UnifiedPDF] Hide the selection layer when there is no selection
Summary: [UnifiedPDF] Hide the selection layer when there is no selection
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: PDF (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-05-30 17:41 PDT by Simon Fraser (smfr)
Modified: 2024-05-30 21:00 PDT (History)
3 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) 2024-05-30 17:41:18 PDT
We can avoid expensive repaints of the selection tiled layer most of the time if we unparent this layer when there is no selection to paint.
Comment 1 Simon Fraser (smfr) 2024-05-30 17:41:32 PDT
<rdar://128971102>
Comment 2 Simon Fraser (smfr) 2024-05-30 17:44:05 PDT
Pull request: https://github.com/WebKit/WebKit/pull/29347
Comment 3 EWS 2024-05-30 21:00:37 PDT
Committed 279560@main (af2b37e3e31f): <https://commits.webkit.org/279560@main>

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