Chromium Code Reviews| Index: content/gpu/gpu_main.cc |
| =================================================================== |
| --- content/gpu/gpu_main.cc (revision 106080) |
| +++ content/gpu/gpu_main.cc (working copy) |
| @@ -69,7 +69,7 @@ |
| // watchdog because this can take a lot of time and the GPU watchdog might |
| // terminate the GPU process. |
| if (!gfx::GLSurface::InitializeOneOff()) { |
| - LOG(INFO) << "GLContext::InitializeOneOff failed"; |
| + LOG(INFO) << "gfx::GLSurface::InitializeOneOff failed"; |
| dead_on_arrival = true; |
| } |