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

Unified Diff: include/gpu/GrContext.h

Issue 104893002: Remove problematic GrContext thread local instance counting (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years 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 | src/gpu/GrContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrContext.h
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index 03665d70113087776ed1eb8eb0a90abd707bb0c0..1770fa6ee4db7460f469b9316ef442ea60fb0bbf 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -50,11 +50,6 @@ public:
*/
static GrContext* Create(GrBackend, GrBackendContext);
- /**
- * Returns the number of GrContext instances for the current thread.
- */
- static int GetThreadInstanceCount();
-
virtual ~GrContext();
/**
« no previous file with comments | « no previous file | src/gpu/GrContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698