| Index: ui/gfx/compositor/compositor_gl.cc
|
| diff --git a/ui/gfx/compositor/compositor_gl.cc b/ui/gfx/compositor/compositor_gl.cc
|
| index 794d836021d18a18b1626f4fdfe9d146697b0810..e591e2accf084ca4dc043c7eed8b0f6b53165469 100644
|
| --- a/ui/gfx/compositor/compositor_gl.cc
|
| +++ b/ui/gfx/compositor/compositor_gl.cc
|
| @@ -357,9 +357,9 @@ bool CompositorGL::InitShaders() {
|
|
|
| // static
|
| Compositor* Compositor::Create(gfx::AcceleratedWidget widget) {
|
| - gfx::GLSurface::InitializeOneOff();
|
| - if (gfx::GetGLImplementation() != gfx::kGLImplementationNone)
|
| - return new glHidden::CompositorGL(widget);
|
| + gfx::GLSurface::InitializeOneOff();
|
| + if (gfx::GetGLImplementation() != gfx::kGLImplementationNone)
|
| + return new glHidden::CompositorGL(widget);
|
| return NULL;
|
| }
|
| #else
|
|
|