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

Issue 23653049: (not for review) Fix composited-to-non-composited corruption on Linux. (Closed)

Created:
7 years, 3 months ago by ccameron
Modified:
7 years, 2 months ago
Reviewers:
CC:
chromium-reviews, yusukes+watch_chromium.org, jam, penghuang+watch_chromium.org, apatrick_chromium, joi+watch-content_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org, James Su, miu+watch_chromium.org
Visibility:
Public.

Description

(not for review) Fix composited-to-non-composited corruption on Linux. The idea here was to unmap the child window compositing is disabled. There is still sometimes a flash of garbage when transitioning from composited mode to non-composited mode, so this isn't an acceptable solution. BUG=145600

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -10 lines) Patch
M content/browser/gpu/gpu_process_host_ui_shim.h View 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/gpu/gpu_process_host_ui_shim.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_gtk.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_gtk.cc View 7 chunks +32 lines, -6 lines 0 comments Download
M content/common/gpu/gpu_messages.h View 1 chunk +7 lines, -0 lines 0 comments Download
M content/gpu/gpu_child_thread.h View 1 chunk +5 lines, -0 lines 0 comments Download
M content/gpu/gpu_child_thread.cc View 3 chunks +13 lines, -0 lines 0 comments Download
M ui/gl/gl_surface_glx.h View 1 chunk +5 lines, -0 lines 0 comments Download
M ui/gl/gl_surface_glx.cc View 5 chunks +27 lines, -4 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698