| Index: ui/gfx/gl/gl_surface_nsview.h
|
| diff --git a/ui/gfx/gl/gl_surface_nsview.h b/ui/gfx/gl/gl_surface_nsview.h
|
| index 58e1344a349b791fca1522589fca0cd5c4f786a0..a53eaf17c90dd8ee411177a0d70aff0be0707e3d 100644
|
| --- a/ui/gfx/gl/gl_surface_nsview.h
|
| +++ b/ui/gfx/gl/gl_surface_nsview.h
|
| @@ -29,7 +29,7 @@ class GLSurfaceNSView : public GLSurface {
|
| virtual void* GetHandle() OVERRIDE;
|
|
|
| // Allow the surface to call back to context when in need of |FlushBuffer|.
|
| - void SetGLContext(GLContextNSView* context);
|
| + virtual bool OnMakeCurrent(GLContext* context) OVERRIDE;
|
|
|
| private:
|
| // Weak. An |NSView*|.
|
|
|