Chromium Code Reviews| Index: ui/gl/gl_surface.cc |
| diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc |
| index e2f1717348538e6c01e42f6fb70cfff92ae2d4f4..4257c1a96fd3e6838a06e8bf4f2be6922015467e 100644 |
| --- a/ui/gl/gl_surface.cc |
| +++ b/ui/gl/gl_surface.cc |
| @@ -199,6 +199,9 @@ bool GLSurface::OnMakeCurrent(GLContext* context) { |
| return true; |
| } |
| +void GLSurface::WasBound() { |
| +} |
| + |
| bool GLSurface::SetBackbufferAllocation(bool allocated) { |
| return true; |
| } |