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 9cfca46585b345a6163e237f0b644272c4a7d74a..915149d5b92bac10cc415dd6185a66aafb74f7dc 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1064,6 +1064,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kMemoryMetrics, |
switches::kNoReferrers, |
switches::kNoSandbox, |
+ switches::kNumRasterThreads, |
switches::kPpapiInProcess, |
switches::kProfilerTiming, |
switches::kReduceSecurityForTesting, |
@@ -1108,7 +1109,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
cc::switches::kEnableTopControlsPositionCalculation, |
cc::switches::kMaxTilesForInterestArea, |
cc::switches::kMaxUnusedResourceMemoryUsagePercentage, |
- cc::switches::kNumRasterThreads, |
cc::switches::kShowCompositedLayerBorders, |
cc::switches::kShowFPSCounter, |
cc::switches::kShowLayerAnimationBounds, |