| Index: dm/DMGpuSupport.h
|
| diff --git a/dm/DMGpuSupport.h b/dm/DMGpuSupport.h
|
| index 2cfdbdcc2c178d86a9d4cc301c5ca3e92770d587..4af4d1386f9fa5dc13c8d7182ac71a0ccb16c9ee 100644
|
| --- a/dm/DMGpuSupport.h
|
| +++ b/dm/DMGpuSupport.h
|
| @@ -68,7 +68,8 @@ public:
|
|
|
| static const GLContextType kANGLE_GLContextType = 0,
|
| kANGLE_GL_GLContextType = 0,
|
| - kCommandBuffer_GLContextType = 0,
|
| + kCommandBufferES2_GLContextType = 0,
|
| + kCommandBufferES3_GLContextType = 0,
|
| kDebug_GLContextType = 0,
|
| kMESA_GLContextType = 0,
|
| kNVPR_GLContextType = 0,
|
|
|