[Webkit-unassigned] [Bug 186364] [WinCairo] Enable coordinated graphics

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 5 02:03:22 PST 2019


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cgarcia at igalia.com

--- Comment #13 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 363575
  --> https://bugs.webkit.org/attachment.cgi?id=363575
WIP patch

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

> Source/WebKit/Shared/CoordinatedGraphics/threadedcompositor/CompositingRunLoop.cpp:70
>      // Make sure the RunLoop is stopped after the CompositingRunLoop, because m_updateTimer has a reference.

You should remove this comment too.

> Source/WebKit/Shared/CoordinatedGraphics/threadedcompositor/CompositingRunLoop.cpp:72
> -    RunLoop::main().dispatch([runLoop = makeRef(*m_runLoop)] {
> -        runLoop->stop();
> -        runLoop->dispatch([] {
> -            RunLoop::current().stop();
> -        });
> +    m_runLoop->dispatch([] {
> +        RunLoop::current().stop();

Please, file a new bug report for this change.

-- 
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/20190305/9c0f0845/attachment-0001.html>


More information about the webkit-unassigned mailing list