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 a627a82638564885025c78d9ca22cb905c677667..320236faab79cf7162d1021023ee9621b6e597b6 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -937,20 +937,21 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
cc::switches::kCompositeToMailbox, |
cc::switches::kDisableColorEstimator, |
cc::switches::kDisableImplSidePainting, |
+ cc::switches::kDisablePinchZoomScrollbars, |
danakj
2013/05/15 20:33:16
Thanks for this cleanup
|
cc::switches::kDisableThreadedAnimation, |
cc::switches::kEnableCompositorFrameMessage, |
cc::switches::kEnableImplSidePainting, |
cc::switches::kEnablePartialSwap, |
cc::switches::kEnablePerTilePainting, |
cc::switches::kEnablePinchZoomScrollbars, |
- cc::switches::kDisablePinchZoomScrollbars, |
cc::switches::kEnablePredictionBenchmarking, |
cc::switches::kEnableRightAlignedScheduling, |
cc::switches::kEnableTopControlsPositionCalculation, |
+ cc::switches::kForceDirectLayerDrawing, |
cc::switches::kLowResolutionContentsScaleFactor, |
+ cc::switches::kMaxTilesForInterestArea, |
cc::switches::kMaxUnusedResourceMemoryUsagePercentage, |
cc::switches::kNumRasterThreads, |
- cc::switches::kMaxTilesForInterestArea, |
cc::switches::kShowCompositedLayerBorders, |
cc::switches::kShowCompositedLayerTree, |
cc::switches::kShowFPSCounter, |