Index: ui/gl/gl_surface.cc |
diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc |
index e2f1717348538e6c01e42f6fb70cfff92ae2d4f4..3de560bbca4bdb97ec57d653c46e2ae833b518c7 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::NotifyWasBound() { |
+} |
+ |
bool GLSurface::SetBackbufferAllocation(bool allocated) { |
return true; |
} |