| Index: Source/core/html/canvas/WebGLRenderingContextBase.h
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContextBase.h b/Source/core/html/canvas/WebGLRenderingContextBase.h
|
| index 2fb499ac430de5ed35d2bac8b0a93cfffa07dea1..afa9619774cb74963830b03384933c9c9343b893 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContextBase.h
|
| +++ b/Source/core/html/canvas/WebGLRenderingContextBase.h
|
| @@ -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.
|
|
|