[Webkit-unassigned] [Bug 195208] [ThreadedCompositor] Simplify the compositing run loop worker thread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 3 22:29:00 PST 2019


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

--- Comment #6 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Comment on attachment 363328
  --> https://bugs.webkit.org/attachment.cgi?id=363328
Patch

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

> Source/WebKit/Shared/CoordinatedGraphics/threadedcompositor/CompositingRunLoop.cpp:76
> +    });

Why do you dispatch twice?
Can this code be simplified like the following?

    m_runLoop->dispatch([] {
        RunLoop::current().stop();
    });

-- 
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/20190304/3cc03947/attachment-0001.html>


More information about the webkit-unassigned mailing list