[Webkit-unassigned] [Bug 56514] [chromium] Properly reset VideoLayerChromium textures after lost renderer context

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 22 15:15:07 PDT 2011


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





--- Comment #13 from Alexey Marinichev <amarinichev at chromium.org>  2011-03-22 15:15:07 PST ---
> OK, looks like cleanupResources() is only called in response to a lost context.
> 
> (cleanupResources() is called from setLayerRenderer when a renderer is being replaced, and that seems to be triggered only if the context is lost at the end of WebViewImpl::composite().)
> 
> @amarinichev, can you confirm this is true?

Yes, lost context reallocates a renderer, and when the old renderer is destroyed, it calls its cleanupResources method.

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