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