| Index: ui/gl/gl_surface_egl.cc
|
| diff --git a/ui/gl/gl_surface_egl.cc b/ui/gl/gl_surface_egl.cc
|
| index d11577b3fd10f621f3d028b3d75198ec4793e4d0..bcf5c6cb39eebe7b3ffbd46178982faed967501d 100644
|
| --- a/ui/gl/gl_surface_egl.cc
|
| +++ b/ui/gl/gl_surface_egl.cc
|
| @@ -692,6 +692,11 @@ GLSurfaceOSMesaHeadless::GLSurfaceOSMesaHeadless(gfx::AcceleratedWidget window)
|
| GLSurfaceOSMesaHeadless::~GLSurfaceOSMesaHeadless() { Destroy(); }
|
|
|
| // static
|
| +bool GLSurface::InitializePreBindingsInternal(GLImplementation) {
|
| + return true;
|
| +}
|
| +
|
| +// static
|
| bool GLSurface::InitializeOneOffInternal() {
|
| if (GetGLImplementation() == kGLImplementationOSMesaGL) {
|
| return true;
|
|
|