[Webkit-unassigned] [Bug 53722] Hook up WebGraphicsContext3D::setContextLostCallback.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 4 17:45:31 PST 2011


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





--- Comment #7 from Alexey Marinichev <amarinichev at chromium.org>  2011-02-04 17:45:31 PST ---
The callback is owned by the longest-lived object.

When WebGLRenderingContext's destructor is called, it will unregister context lost callback from m_context, so callback for stale context will not be called.

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