| Index: ui/gl/gl_surface_glx.cc
|
| diff --git a/ui/gl/gl_surface_glx.cc b/ui/gl/gl_surface_glx.cc
|
| index 10020d30d9d1fff7cc3e781c20ab9fdb648057ed..02e5a2a3d1cd257ad735be08549198d234290b2e 100644
|
| --- a/ui/gl/gl_surface_glx.cc
|
| +++ b/ui/gl/gl_surface_glx.cc
|
| @@ -390,6 +390,10 @@ bool GLSurfaceGLX::InitializeOneOff() {
|
| base::MessageLoop::current() &&
|
| base::MessageLoop::current()->type() == base::MessageLoop::TYPE_GPU;
|
|
|
| + // Disable this path because it is causing window contents to disappear.
|
| + // http://crbug.com/292655
|
| + g_create_child_windows = false;
|
| +
|
| if (g_create_child_windows)
|
| g_display = base::MessagePumpX11::GetDefaultXDisplay();
|
| else
|
|
|