| Index: dm/DMGpuSupport.h
|
| diff --git a/dm/DMGpuSupport.h b/dm/DMGpuSupport.h
|
| index 4025f31559e076258d55a858a2825c92cce799f0..3b64bd82c4e1ba81e0954c1e1b0e9601d81b8be2 100644
|
| --- a/dm/DMGpuSupport.h
|
| +++ b/dm/DMGpuSupport.h
|
| @@ -64,12 +64,13 @@ public:
|
|
|
| typedef int GLContextType;
|
|
|
| - static const GLContextType kANGLE_GLContextType = 0,
|
| - kDebug_GLContextType = 0,
|
| - kMESA_GLContextType = 0,
|
| - kNVPR_GLContextType = 0,
|
| - kNative_GLContextType = 0,
|
| - kNull_GLContextType = 0;
|
| + static const GLContextType kANGLE_GLContextType = 0,
|
| + kCommandBuffer_GLContextType = 0,
|
| + kDebug_GLContextType = 0,
|
| + kMESA_GLContextType = 0,
|
| + kNVPR_GLContextType = 0,
|
| + kNative_GLContextType = 0,
|
| + kNull_GLContextType = 0;
|
| static const int kGLContextTypeCnt = 1;
|
| void destroyContexts() {}
|
|
|
|
|