Home
last modified time | relevance | path

Searched refs:evictedContext (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.cpp190 WebGLRenderingContextBase* evictedContext = forciblyEvictedContexts().first(); in willDestroyContext() local
191 if (!evictedContext->m_restoreAllowed) { in willDestroyContext()
196 …Size desiredSize = DrawingBuffer::adjustSize(evictedContext->clampedCanvasSize(), IntSize(), evict… in willDestroyContext()
201 evictedContext->forceRestoreContext(); in willDestroyContext()
202 activeContexts().append(evictedContext); in willDestroyContext()