Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Unified Diff: trunk/Source/core/html/canvas/WebGLRenderingContextBase.h

Issue 382893002: Revert 177833 "WebGL: Refactor active context management." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | trunk/Source/core/html/canvas/WebGLRenderingContextBase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | trunk/Source/core/html/canvas/WebGLRenderingContextBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698