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

Unified Diff: content/browser/gpu/gpu_process_host.cc

Issue 10052018: Drop frontbuffers with ui-use-gpu-process, synchronized with browser, decoupled from backbuffer dro… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Storing the list of thumbnail callbacks, so that we can issue them upon RWHVA destruction. Created 8 years, 5 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
Index: content/browser/gpu/gpu_process_host.cc
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
index 9cc43cd5b59e5b5769880231152da8de0a230f58..85a3f91ea60c5749558ad35dc1297e4d59264c8e 100644
--- a/content/browser/gpu/gpu_process_host.cc
+++ b/content/browser/gpu/gpu_process_host.cc
@@ -796,6 +796,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) {
switches::kTraceStartup,
switches::kV,
switches::kVModule,
+ switches::kEnableUIReleaseFrontSurface,
#if defined(USE_AURA)
switches::kUIPrioritizeInGpuProcess,
#endif
« no previous file with comments | « chrome/browser/chromeos/login/login_utils.cc ('k') | content/browser/renderer_host/render_widget_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698