| Index: ui/gfx/gl/gl_surface.h
|
| diff --git a/ui/gfx/gl/gl_surface.h b/ui/gfx/gl/gl_surface.h
|
| index a9117dfa00043f7840192bd2c4f9d594acaf4059..a1f45840e9c6d2a08c65a0c175632478795f9f2d 100644
|
| --- a/ui/gfx/gl/gl_surface.h
|
| +++ b/ui/gfx/gl/gl_surface.h
|
| @@ -53,6 +53,8 @@ class GL_EXPORT GLSurface : public base::RefCounted<GLSurface> {
|
| // Called after a context is made current with this surface.
|
| virtual void OnMakeCurrent(GLContext* context);
|
|
|
| + virtual void SetVisible(bool visible);
|
| +
|
| // Create a GL surface that renders directly to a view.
|
| static scoped_refptr<GLSurface> CreateViewGLSurface(
|
| bool software,
|
|
|