| 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..25f286654f7dd5085c0ce869af401e868074178b 100644
|
| --- a/ui/gl/gl_surface_egl.h
|
| +++ b/ui/gl/gl_surface_egl.h
|
| @@ -81,11 +81,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_;
|
|
|