Chromium Code Reviews| Index: ui/gl/gl_surface_egl.h |
| diff --git a/ui/gl/gl_surface_egl.h b/ui/gl/gl_surface_egl.h |
| index 474032a7fba37e4d099b89a1c845b6c9f837cb4f..f45c91eda745410cb782f0bdbaab440148fc34a2 100644 |
| --- a/ui/gl/gl_surface_egl.h |
| +++ b/ui/gl/gl_surface_egl.h |
| @@ -38,7 +38,8 @@ enum DisplayType { |
| ANGLE_D3D11 = 4, |
| ANGLE_OPENGL = 5, |
| ANGLE_OPENGLES = 6, |
| - DISPLAY_TYPE_MAX = 7, |
| + ANGLE_NULL = 7, |
| + DISPLAY_TYPE_MAX = 8, |
| }; |
| GL_EXPORT void GetEGLInitDisplays(bool supports_angle_d3d, |