[Webkit-unassigned] [Bug 205387] [CoordinatedGraphics] ThreadedDisplayRefreshMonitor is never released

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 19 00:24:42 PST 2019


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

--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 385956
  --> https://bugs.webkit.org/attachment.cgi?id=385956
Patch

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

>> Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.cpp:574
>> +        changeWindowScreen();
> 
> This is problematic, cause the lambda is using m_layerTreeHost which is null.

This is called right after setting m_layerTreeHost, or does the lambda capture the value at the time it's declared, even when a reference is passed? It's not crashing here, for sure.

-- 
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/20191219/226a3e9e/attachment.htm>


More information about the webkit-unassigned mailing list