Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: ui/gl/gl_surface_glx.cc

Issue 25311002: Merge 224927 "Re-enable child X window workaround." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1650/src/
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_surface_glx.cc
===================================================================
--- ui/gl/gl_surface_glx.cc (revision 225998)
+++ ui/gl/gl_surface_glx.cc (working copy)
@@ -390,10 +390,6 @@
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698