| Index: ui/gl/gl_surface.cc
|
| diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc
|
| index f09aa35924daf21f1ab19a5eb57ba463eb8e011c..163ae96186c761c9214a38989fbccd00b9cef168 100644
|
| --- a/ui/gl/gl_surface.cc
|
| +++ b/ui/gl/gl_surface.cc
|
| @@ -66,9 +66,6 @@ bool GLSurface::InitializeOneOff() {
|
| DVLOG(1) << "Using "
|
| << GetGLImplementationName(GetGLImplementation())
|
| << " GL implementation.";
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableGPUServiceLogging))
|
| - InitializeDebugGLBindings();
|
| }
|
| return initialized;
|
| }
|
|
|