| Index: ui/gfx/gl/gl_surface_glx.h
|
| diff --git a/ui/gfx/gl/gl_surface_glx.h b/ui/gfx/gl/gl_surface_glx.h
|
| index 54a52e0758bf05e383800c9f1bc4aac50b745824..7d8872c622669557c3c1a4cbfad3cee28909648b 100644
|
| --- a/ui/gfx/gl/gl_surface_glx.h
|
| +++ b/ui/gfx/gl/gl_surface_glx.h
|
| @@ -52,8 +52,12 @@ class NativeViewGLSurfaceGLX : public GLSurfaceGLX {
|
| virtual void* GetHandle();
|
| virtual void* GetConfig();
|
|
|
| - private:
|
| + protected:
|
| + NativeViewGLSurfaceGLX();
|
| +
|
| gfx::PluginWindowHandle window_;
|
| +
|
| + private:
|
| void* config_;
|
| DISALLOW_COPY_AND_ASSIGN(NativeViewGLSurfaceGLX);
|
| };
|
|
|