Index: Source/core/html/canvas/WebGLRenderingContextBase.h |
diff --git a/Source/core/html/canvas/WebGLRenderingContextBase.h b/Source/core/html/canvas/WebGLRenderingContextBase.h |
index afa9619774cb74963830b03384933c9c9343b893..2fb499ac430de5ed35d2bac8b0a93cfffa07dea1 100644 |
--- a/Source/core/html/canvas/WebGLRenderingContextBase.h |
+++ b/Source/core/html/canvas/WebGLRenderingContextBase.h |
@@ -895,7 +895,8 @@ protected: |
static Vector<WebGLRenderingContextBase*>& forciblyEvictedContexts(); |
static void activateContext(WebGLRenderingContextBase*); |
- static void deactivateContext(WebGLRenderingContextBase*, bool addToInactiveList); |
+ static void deactivateContext(WebGLRenderingContextBase*); |
+ static void addToEvictedList(WebGLRenderingContextBase*); |
static void willDestroyContext(WebGLRenderingContextBase*); |
static void forciblyLoseOldestContext(const String& reason); |
// Return the least recently used context's position in the active context vector. |