[Webkit-unassigned] [Bug 218401] [GPU Process] Flush canvas displayList from doAfterUpdateRendering

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 2 10:49:54 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=218401

Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at webkit.org

--- Comment #5 from Sam Weinig <sam at webkit.org> ---
Comment on attachment 412939
  --> https://bugs.webkit.org/attachment.cgi?id=412939
Patch

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

> Source/WebCore/html/HTMLCanvasElement.cpp:375
> +#if ENABLE(GPU_PROCESS)
> +    if (m_context)
> +        addObserver(document());
> +#endif

It seems inherently wrong for WebCore to have to care about the GPU Process, so this #ifdef should really never be used in WebCore.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201102/e12cd59b/attachment.htm>


More information about the webkit-unassigned mailing list