| Index: ui/gl/gl_surface_egl.h
|
| diff --git a/ui/gl/gl_surface_egl.h b/ui/gl/gl_surface_egl.h
|
| index 720c7dd9decb49e6ffc7dd6744a00023992f56af..b4b32279f2bfc269fdced68abc6a77cd9d089180 100644
|
| --- a/ui/gl/gl_surface_egl.h
|
| +++ b/ui/gl/gl_surface_egl.h
|
| @@ -82,11 +82,11 @@ class GL_EXPORT NativeViewGLSurfaceEGL : public GLSurfaceEGL {
|
| ~NativeViewGLSurfaceEGL() override;
|
|
|
| EGLNativeWindowType window_;
|
| + EGLConfig config_;
|
|
|
| private:
|
| EGLSurface surface_;
|
| bool supports_post_sub_buffer_;
|
| - EGLConfig config_;
|
| gfx::Size size_;
|
|
|
| scoped_ptr<VSyncProvider> vsync_provider_;
|
|
|