Searched refs:m_contextLostCallback (Results 1 – 1 of 1) sorted by relevance
206 : m_contextLostCallback(callback) { } in GraphicsContext3DContextLostCallbackAdapter()211 if (m_contextLostCallback) in onContextLost()212 m_contextLostCallback->onContextLost(); in onContextLost()215 OwnPtr<GraphicsContext3D::ContextLostCallback> m_contextLostCallback; member in WebCore::GraphicsContext3DContextLostCallbackAdapter