Index: ui/gl/gl_surface_x11.cc |
diff --git a/ui/gl/gl_surface_x11.cc b/ui/gl/gl_surface_x11.cc |
index 5053a56531ee037c2623b26f561ab2732c7fee18..036f1669fecc3bcb9cefd21178ae17dd75225c83 100644 |
--- a/ui/gl/gl_surface_x11.cc |
+++ b/ui/gl/gl_surface_x11.cc |
@@ -51,6 +51,10 @@ class NativeViewGLSurfaceOSMesa : public GLSurfaceOSMesa { |
DISALLOW_COPY_AND_ASSIGN(NativeViewGLSurfaceOSMesa); |
}; |
+bool GLSurface::InitializePreBindingsInternal(GLImplementation) { |
+ return true; |
+} |
+ |
bool GLSurface::InitializeOneOffInternal() { |
switch (GetGLImplementation()) { |
case kGLImplementationDesktopGL: |