| 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..302c3eca00619039f0a73ca666baba5f127e2776 100644
|
| --- a/ui/gl/gl_surface_egl.h
|
| +++ b/ui/gl/gl_surface_egl.h
|
| @@ -38,11 +38,13 @@ 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,
|
| bool supports_angle_opengl,
|
| + bool supports_angle_null,
|
| const base::CommandLine* command_line,
|
| std::vector<DisplayType>* init_displays);
|
|
|
|
|