Chromium Code Reviews| Index: content/common/gpu/gpu_command_buffer_stub.cc |
| diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc |
| index a8bb1c58d2379139a0cc52d36d18dd465f57d600..b536cb037ba5e22f4735bba21b8496d69cf4a074 100644 |
| --- a/content/common/gpu/gpu_command_buffer_stub.cc |
| +++ b/content/common/gpu/gpu_command_buffer_stub.cc |
| @@ -426,7 +426,7 @@ void GpuCommandBufferStub::OnInitialize( |
| // Need to adjust at least GLX to be able to create the initial context |
| // with a config that is compatible with onscreen and offscreen surfaces. |
| context = NULL; |
| - LOG(FATAL) << "Failed to initialize virtual GL context."; |
| + LOG(ERROR) << "Failed to initialize virtual GL context."; |
|
no sievers
2013/01/25 20:24:41
I don't really like removing the LOG(FATAL). I thi
boliu
2013/01/25 21:27:02
I didn't understand much of this, but sounds like
|
| } else { |
| LOG(INFO) << "Created virtual GL context."; |
| } |