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 952ccad49e5880970581d5a1db53df205b92eb21..720c7dd9decb49e6ffc7dd6744a00023992f56af 100644 |
| --- a/ui/gl/gl_surface_egl.h |
| +++ b/ui/gl/gl_surface_egl.h |
| @@ -29,6 +29,7 @@ class GL_EXPORT GLSurfaceEGL : public GLSurface { |
| GLSurfaceEGL(); |
| // Implement GLSurface. |
| + void DestroyAndTerminateDisplay() override; |
| EGLDisplay GetDisplay() override; |
| static bool InitializeOneOff(); |