Index: trunk/Source/core/html/canvas/WebGLRenderingContextBase.h |
=================================================================== |
--- trunk/Source/core/html/canvas/WebGLRenderingContextBase.h (revision 177870) |
+++ trunk/Source/core/html/canvas/WebGLRenderingContextBase.h (working copy) |
@@ -895,8 +895,7 @@ |
static Vector<WebGLRenderingContextBase*>& forciblyEvictedContexts(); |
static void activateContext(WebGLRenderingContextBase*); |
- static void deactivateContext(WebGLRenderingContextBase*); |
- static void addToEvictedList(WebGLRenderingContextBase*); |
+ static void deactivateContext(WebGLRenderingContextBase*, bool addToInactiveList); |
static void willDestroyContext(WebGLRenderingContextBase*); |
static void forciblyLoseOldestContext(const String& reason); |
// Return the least recently used context's position in the active context vector. |