Index: dm/DMGpuSupport.h |
diff --git a/dm/DMGpuSupport.h b/dm/DMGpuSupport.h |
index f147248465fa3a463314dc61707d7ae3f8fd6d18..b7d1e44a3955feae8963a11fd69cf4e230445af2 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() {} |