Bug 238210

Summary: Swap all RemoteLayerBackingStore buffers in a single IPC
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: WebKit Process ModelAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
thorton: review+, ews-feeder: commit-queue-
Patch none

Description Simon Fraser (smfr) 2022-03-22 11:02:50 PDT
Swap all RemoteLayerBackingStore buffers in a single IPC
Comment 1 Simon Fraser (smfr) 2022-03-22 11:10:06 PDT
Created attachment 455399 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2022-03-22 11:10:34 PDT
<rdar://problem/90648100>
Comment 3 Tim Horton 2022-03-22 11:15:34 PDT
Comment on attachment 455399 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=455399&action=review

> Source/WebKit/Shared/RemoteLayerTree/RemoteLayerBackingStore.mm:266
> +            WebCore::IntRect indicatorRect(0, 0, 52, 27);

Maybe `platformCALayerShowRepaintCounter` should populate an out arg or something? Now we have this in two places
Comment 4 Simon Fraser (smfr) 2022-03-22 12:18:26 PDT
Created attachment 455410 [details]
Patch
Comment 5 EWS 2022-03-22 19:07:47 PDT
Committed r291733 (?): <https://commits.webkit.org/r291733>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 455410 [details].
Comment 6 Simon Fraser (smfr) 2022-03-23 12:09:03 PDT
*** Bug 238000 has been marked as a duplicate of this bug. ***