[webkit-reviews] review granted: [Bug 223849] [GPU Process] Simplify DisplayList::Iterator part 1: Require encoding/decoding delegates for non-inline display list items : [Attachment 424527] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 2 08:22:07 PDT 2021


Wenson Hsieh <wenson_hsieh at apple.com> has granted Myles C. Maxfield
<mmaxfield at apple.com>'s request for review:
Bug 223849: [GPU Process] Simplify DisplayList::Iterator part 1: Require
encoding/decoding delegates for non-inline display list items
https://bugs.webkit.org/show_bug.cgi?id=223849

Attachment 424527: Patch

https://bugs.webkit.org/attachment.cgi?id=424527&action=review




--- Comment #7 from Wenson Hsieh <wenson_hsieh at apple.com> ---
Comment on attachment 424527
  --> https://bugs.webkit.org/attachment.cgi?id=424527
Patch

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

> Source/WebCore/platform/graphics/displaylists/DisplayListImageBuffer.h:59
> +	  
m_drawingContext.displayList().setItemBufferClient(m_writingClient.get());
> +	  
m_drawingContext.displayList().setItemBufferClient(m_readingClient.get());

It looks like this needs to be updated after the recent renaming.


More information about the webkit-reviews mailing list