Index: dm/DM.cpp |
diff --git a/dm/DM.cpp b/dm/DM.cpp |
index f37fc8b7fff8eeab49ac62ce5f0a098580aacb03..91a92ea76be496f5e04b62198310e14c4112620d 100644 |
--- a/dm/DM.cpp |
+++ b/dm/DM.cpp |
@@ -1224,7 +1224,8 @@ void RunWithGPUTestContexts(T test, GPUTestContexts testContexts, Reporter* repo |
GrContextFactory::kANGLE_GL_GLContextType, |
#endif |
#if SK_COMMAND_BUFFER |
- GrContextFactory::kCommandBuffer_GLContextType, |
+ GrContextFactory::kCommandBufferES2_GLContextType, |
+ GrContextFactory::kCommandBufferES3_GLContextType, |
#endif |
#if SK_MESA |
GrContextFactory::kMESA_GLContextType, |