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

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 77083002: Add chromium side flag for enabling/disabling layer squashing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/renderer_host/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index ff5966d2d8fdb34118bb5b851f247dc34166937f..1c54448ab23522c909b7baf6da3aabd6f58ca20c 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -953,6 +953,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kDisableGpuCompositing,
switches::kDisableGpuVsync,
switches::kDisableHistogramCustomizer,
+ switches::kDisableLayerSquashing,
switches::kDisableLocalStorage,
switches::kDisableLogging,
switches::kDisableOpusPlayback,
@@ -1000,6 +1001,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kEnableHTMLImports,
switches::kEnableInbandTextTracks,
switches::kEnableInputModeAttribute,
+ switches::kEnableLayerSquashing,
switches::kEnableLogging,
switches::kEnableMP3StreamParser,
switches::kEnableMemoryBenchmarking,

Powered by Google App Engine
This is Rietveld 408576698