Index: include/gpu/GrContext.h |
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
index 2adc84211a5c97cc7e7eb3f71ee48163a9ab5f90..464f36d1239e04660d4cdd7d9271fcc2d7d227be 100644 |
--- a/include/gpu/GrContext.h |
+++ b/include/gpu/GrContext.h |
@@ -63,11 +63,6 @@ |
*/ |
static GrContext* Create(GrBackend, GrBackendContext, const Options* opts = NULL); |
- /** |
- * Only defined in test apps. |
- */ |
- static GrContext* CreateMockContext(); |
- |
virtual ~GrContext(); |
/** |
@@ -983,8 +978,6 @@ |
GrContext(const Options&); // init must be called after the constructor. |
bool init(GrBackend, GrBackendContext); |
- void initMockContext(); |
- void initCommon(); |
void setupDrawBuffer(); |