Index: ui/gfx/gl/gl_surface.cc |
diff --git a/ui/gfx/gl/gl_surface.cc b/ui/gfx/gl/gl_surface.cc |
index 3e4cb7e21c43dfe256cbe71fbbcff821ac8b5105..6242f8005b99fabd1e5f81e456d6f67227190538 100644 |
--- a/ui/gfx/gl/gl_surface.cc |
+++ b/ui/gfx/gl/gl_surface.cc |
@@ -21,4 +21,7 @@ unsigned int GLSurface::GetBackingFrameBufferObject() { |
return 0; |
} |
+void GLSurface::OnMakeCurrent() { |
+} |
+ |
} // namespace gfx |