[Webkit-unassigned] [Bug 56148] [chromium] Graphics Context is not properly recovered if the GPU process dies.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 11 14:04:02 PST 2011


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





--- Comment #4 from Kenneth Russell <kbr at google.com>  2011-03-11 14:04:03 PST ---
(From update of attachment 85418)
View in context: https://bugs.webkit.org/attachment.cgi?id=85418&action=review

> Source/WebKit/chromium/src/WebViewImpl.cpp:1087
> +    if (m_recreatingGraphicsContext) {
> +        reallocateRenderer();
> +        m_recreatingGraphicsContext = false;
> +        return;

It looks like we are going to lose the first composite operation right after recovery of the graphics context. Is this the case? Do we need another call to setRootLayerNeedsDisplay() or similar before returning here? And is it possible that doing so will avoid the need for the reshape hack in reallocateRenderer()?

-- 
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