Index: src/gpu/GrContextFactory.cpp |
diff --git a/src/gpu/GrContextFactory.cpp b/src/gpu/GrContextFactory.cpp |
index b7e48254c881af6835b8c6e195b3a8c2ee1a69a7..827828b133a9364ff8a4564c59c04566b601b710 100755 |
--- a/src/gpu/GrContextFactory.cpp |
+++ b/src/gpu/GrContextFactory.cpp |
@@ -98,6 +98,9 @@ GrContextFactory::ContextInfo GrContextFactory::getContextInfo(GLContextType typ |
case kCommandBuffer_GLContextType: |
glCtx.reset(SkCommandBufferGLContext::Create()); |
break; |
+ case kCommandBufferES3_GLContextType: |
+ glCtx.reset(SkCommandBufferGLContext::CreateES3()); |
+ break; |
#endif |
#if SK_MESA |
case kMESA_GLContextType: |