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