Searched defs:WebGLRenderingContextLostCallback (Results 1 – 1 of 1) sorted by relevance
350 class WebGLRenderingContextLostCallback : public GraphicsContext3D::ContextLostCallback { class352 WebGLRenderingContextLostCallback(WebGLRenderingContext* cb) : m_contextLostCallback(cb) {} in WebGLRenderingContextLostCallback() function in WebCore::WebGLRenderingContextLostCallback