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

Unified Diff: include/gpu/gl/GrGLInterface.h

Issue 916733002: Support multiple null GL contexts on a thread. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: include reorder Created 5 years, 10 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
Index: include/gpu/gl/GrGLInterface.h
diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h
index 231702d5c5f131da97602d49000d7b91c87ecc7c..54f640f62e52f0c0b103a39ae12e89206b9fe4b9 100644
--- a/include/gpu/gl/GrGLInterface.h
+++ b/include/gpu/gl/GrGLInterface.h
@@ -56,12 +56,6 @@ const GrGLInterface* GrGLCreateANGLEInterface();
#endif
/**
- * Creates a null GrGLInterface that doesn't draw anything. Used for measuring
- * CPU overhead.
- */
-const SK_API GrGLInterface* GrGLCreateNullInterface();
-
-/**
* Creates a debugging GrGLInterface that doesn't draw anything. Used for
* finding memory leaks and invalid memory accesses.
*/
« no previous file with comments | « gyp/gpu.gypi ('k') | include/gpu/gl/SkNullGLContext.h » ('j') | src/gpu/gl/SkNullGLContext.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698