| Index: dm/DM.cpp
|
| diff --git a/dm/DM.cpp b/dm/DM.cpp
|
| index c87f578babf22df5bf86aec95ace2b86d27ca205..a30ad510aa54beff97e9859a56d74cc3286f462c 100644
|
| --- a/dm/DM.cpp
|
| +++ b/dm/DM.cpp
|
| @@ -1225,7 +1225,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,
|
|
|