[Webkit-unassigned] [Bug 71920] [chromium] CCThreadProxy::finishAllRendering hangs if !visible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 9 09:41:44 PST 2011


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





--- Comment #3 from Nat Duca <nduca at chromium.org>  2011-11-09 09:41:44 PST ---
(From update of attachment 114286)
View in context: https://bugs.webkit.org/attachment.cgi?id=114286&action=review

This means that there's a hang in compositeAndReadback as well. That's the harder one to fix... what about making the scheduler have a setRedrawRequired to fix both issues?

> Source/WebCore/platform/graphics/chromium/cc/CCThreadProxy.cpp:315
> +        if (!m_schedulerOnImplThread->redrawPending() || !m_schedulerOnImplThread->visible()) {

Why null-check the completion event here if you just assigned to it?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list