Chromium Code Reviews| Index: ui/gl/gl_surface.cc | 
| diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc | 
| index 00e224d8cab406fec593ebcbff9699bcedceef04..1d5598e20e44aa24a2ad5f06d3b356b8839ad5ed 100644 | 
| --- a/ui/gl/gl_surface.cc | 
| +++ b/ui/gl/gl_surface.cc | 
| @@ -200,6 +200,9 @@ bool GLSurface::OnMakeCurrent(GLContext* context) { | 
| return true; | 
| } | 
| +void GLSurface::NotifyWasBound() { | 
| +} | 
| + | 
| bool GLSurface::SetBackbufferAllocation(bool allocated) { | 
| return true; | 
| } |