Bug 236468 - Introduce a RemoteLayerBackingStoreCollection subclass for GPU Process-based rendering
Summary: Introduce a RemoteLayerBackingStoreCollection subclass for GPU Process-based ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Process Model (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-02-10 15:51 PST by Simon Fraser (smfr)
Modified: 2022-02-11 11:49 PST (History)
3 users (show)

See Also:


Attachments
Patch (21.16 KB, patch)
2022-02-10 15:54 PST, Simon Fraser (smfr)
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2022-02-10 15:51:43 PST
Introduce a RemoteLayerBackingStoreCollection subclass for GPU-based rendering
Comment 1 Simon Fraser (smfr) 2022-02-10 15:54:42 PST
Created attachment 451614 [details]
Patch
Comment 2 Tim Horton 2022-02-10 15:58:05 PST
Comment on attachment 451614 [details]
Patch

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

> Source/WebKit/ChangeLog:3
> +        Introduce a RemoteLayerBackingStoreCollection subclass for GPU-based rendering

GPU-*process* based?

> Source/WebKit/Shared/RemoteLayerTree/RemoteLayerWithRemoteRenderingBackingStoreCollection.h:36
> +// "RemoteLayer" refers to UI-side compositing.
> +// "RemoteRendering" refers to GPU-process rendering.
> +class RemoteLayerWithRemoteRenderingBackingStoreCollection : public RemoteLayerBackingStoreCollection {

Oh my
Comment 3 Simon Fraser (smfr) 2022-02-11 11:48:18 PST
https://trac.webkit.org/changeset/289642/webkit
Comment 4 Radar WebKit Bug Importer 2022-02-11 11:49:18 PST
<rdar://problem/88827840>