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 499f1616223036ecf528498a9d3b0b8a08391e9a..52a248c654bc2b69b823e754f54b6d1a97b8ea56 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -854,6 +854,8 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kEnableExperimentalWebSocket, |
switches::kDomAutomationController, |
switches::kEnableAccessibilityLogging, |
+ switches::kEnableBeginFrameScheduling, |
+ switches::kEnableBrowserInputController, |
switches::kEnableBrowserPluginForAllViewTypes, |
switches::kEnableDCHECK, |
switches::kEnableDelegatedRenderer, |
@@ -871,7 +873,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kEnableSpeechSynthesis, |
switches::kEnableTouchDragDrop, |
switches::kEnableTouchEditing, |
- switches::kEnableVsyncNotification, |
switches::kEnableWebPInAcceptHeader, |
#if defined(ENABLE_WEBRTC) |
switches::kEnableWebRtcAecRecordings, |
@@ -965,7 +966,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
cc::switches::kEnablePartialSwap, |
cc::switches::kEnablePerTilePainting, |
cc::switches::kEnablePinchVirtualViewport, |
- cc::switches::kEnableRightAlignedScheduling, |
cc::switches::kEnableTopControlsPositionCalculation, |
cc::switches::kForceDirectLayerDrawing, |
cc::switches::kLowResolutionContentsScaleFactor, |