diff options
Diffstat (limited to 'content/browser/renderer_host/render_process_host_impl.cc')
-rw-r--r-- | content/browser/renderer_host/render_process_host_impl.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc index 177533c..5336df8 100644 --- a/content/browser/renderer_host/render_process_host_impl.cc +++ b/content/browser/renderer_host/render_process_host_impl.cc @@ -872,10 +872,12 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( switches::kDisable3DAPIs, switches::kDisableAcceleratedCompositing, switches::kDisableAcceleratedFixedRootBackground, + switches::kDisableAcceleratedScrollableFrames, switches::kDisableAcceleratedVideoDecode, switches::kDisableApplicationCache, switches::kDisableAudio, switches::kDisableBreakpad, + switches::kDisableCompositedScrollingForFrames, switches::kDisableCompositingForFixedPosition, switches::kDisableCompositingForTransition, switches::kDisableDatabases, @@ -911,9 +913,11 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( switches::kDomAutomationController, switches::kEnableAcceleratedFixedRootBackground, switches::kEnableAcceleratedOverflowScroll, + switches::kEnableAcceleratedScrollableFrames, switches::kEnableAccessibilityLogging, switches::kEnableBeginFrameScheduling, switches::kEnableBrowserPluginForAllViewTypes, + switches::kEnableCompositedScrollingForFrames, switches::kEnableCompositingForFixedPosition, switches::kEnableCompositingForTransition, switches::kEnableDCHECK, |