| Index: src/gpu/GrContextFactory.h
|
| diff --git a/src/gpu/GrContextFactory.h b/src/gpu/GrContextFactory.h
|
| index 2accd7329f9f85290748e3802c051be49fb8b236..130c333dd0f066c0e9fce39fca1e680944c4f94b 100644
|
| --- a/src/gpu/GrContextFactory.h
|
| +++ b/src/gpu/GrContextFactory.h
|
| @@ -33,6 +33,7 @@ public:
|
| kNative_GLContextType,
|
| #if SK_ANGLE
|
| kANGLE_GLContextType,
|
| + kANGLE_GL_GLContextType,
|
| #endif
|
| #if SK_COMMAND_BUFFER
|
| kCommandBuffer_GLContextType,
|
| @@ -70,6 +71,8 @@ public:
|
| #if SK_ANGLE
|
| case kANGLE_GLContextType:
|
| return "angle";
|
| + case kANGLE_GL_GLContextType:
|
| + return "angle-gl";
|
| #endif
|
| #if SK_COMMAND_BUFFER
|
| case kCommandBuffer_GLContextType:
|
|
|