Index: ui/gl/gl_surface_mac.cc |
diff --git a/ui/gl/gl_surface_mac.cc b/ui/gl/gl_surface_mac.cc |
index d6bf072fd5b3490e71d9e78aeef30a253d7dfa15..b2df8de591de08de06b5152e9b84325328444611 100644 |
--- a/ui/gl/gl_surface_mac.cc |
+++ b/ui/gl/gl_surface_mac.cc |
@@ -17,6 +17,10 @@ |
namespace gfx { |
+bool GLSurface::InitializePreBindingsInternal(GLImplementation) { |
+ return true; |
+} |
+ |
bool GLSurface::InitializeOneOffInternal() { |
switch (GetGLImplementation()) { |
case kGLImplementationDesktopGL: |