Bug 219063

Summary: GPU-process-hosted RemoteLayerBackingStore should flush off the main thread
Product: WebKit Reporter: Tim Horton <thorton>
Component: New BugsAssignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: ggaren, sabouhallawa, simon.fraser, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Tim Horton 2020-11-17 19:02:02 PST
GPU-process-hosted RemoteLayerBackingStore should flush off the main thread
Comment 1 Tim Horton 2020-11-17 19:02:15 PST
Created attachment 414400 [details]
Patch
Comment 2 Simon Fraser (smfr) 2020-11-17 19:34:08 PST
Comment on attachment 414400 [details]
Patch

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

> Source/WebKit/WebProcess/GPU/graphics/RemoteImageBufferProxy.h:370
> +    void flush() override

final?
Comment 3 Tim Horton 2020-11-17 19:38:47 PST
(In reply to Simon Fraser (smfr) from comment #2)
> Comment on attachment 414400 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=414400&action=review
> 
> > Source/WebKit/WebProcess/GPU/graphics/RemoteImageBufferProxy.h:370
> > +    void flush() override
> 
> final?

Oh! I forgot somebody (Sam?) said that on another patch.
Comment 4 Tim Horton 2020-11-17 20:10:39 PST
Created attachment 414402 [details]
Patch
Comment 5 EWS 2020-11-17 22:16:08 PST
Committed r269943: <https://trac.webkit.org/changeset/269943>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 414402 [details].
Comment 6 Radar WebKit Bug Importer 2020-11-17 22:17:19 PST
<rdar://problem/71524141>