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

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

Issue 11366212: cc: Add command line flags for the various show rect debugging features. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« cc/layer_tree_host.cc ('K') | « cc/switches.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a29381309662dba1431f283154c2845511157261..212e1fd78aabe3e8516c08d42d3fe51783742d88 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -865,6 +865,11 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
cc::switches::kEnablePerTilePainting,
cc::switches::kEnablePinchInCompositor,
cc::switches::kJankInsteadOfCheckerboard,
+ cc::switches::kShowPropertyChangedRects,
+ cc::switches::kShowSurfaceDamageRects,
+ cc::switches::kShowScreenSpaceRects,
+ cc::switches::kShowReplicaScreenSpaceRects,
+ cc::switches::kShowOccludingRects,
cc::switches::kTraceOverdraw,
};
renderer_cmd->CopySwitchesFrom(browser_cmd, kSwitchNames,
« cc/layer_tree_host.cc ('K') | « cc/switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698