| 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 32967948e4c4d9941191018a8ab690262d33f660..8d4b0d20b39b2dcaffeab453b0a631c90da4858d 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1065,6 +1065,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kMemoryMetrics,
|
| switches::kNoReferrers,
|
| switches::kNoSandbox,
|
| + switches::kNumRasterThreads,
|
| switches::kPpapiInProcess,
|
| switches::kProfilerTiming,
|
| switches::kReduceSecurityForTesting,
|
| @@ -1109,7 +1110,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,
|
|
|