| Index: ui/gl/gl_context_glx.cc
|
| diff --git a/ui/gl/gl_context_glx.cc b/ui/gl/gl_context_glx.cc
|
| index e5793f4376ef18db5ff11b115858fd7b75f2363f..657e9ad139ce7146525a679a182fb5ac77da5273 100644
|
| --- a/ui/gl/gl_context_glx.cc
|
| +++ b/ui/gl/gl_context_glx.cc
|
| @@ -57,6 +57,7 @@ GLXContext CreateContextAttribs(Display* display,
|
| // When creating a context with glXCreateContextAttribsARB, a variety of X11
|
| // errors can be generated. To prevent these errors from crashing our process,
|
| // we simply ignore them and only look if the GLXContext was created.
|
| + LOG(ERROR) << "Setting error handler " << getpid();
|
| auto old_error_handler = XSetErrorHandler(IgnoreX11Errors);
|
| GLXContext context =
|
| glXCreateContextAttribsARB(display, config, share, True, attribs.data());
|
|
|