Commit af93a1ee authored by kylechar's avatar kylechar Committed by Commit Bot

viz: Pass --enable-viz to renderer.

Surface sync is activated with --enable-viz now, but that wasn't being
passed to the renderer. This resulted in surfaces not showing up
sometimes.

Bug: 793302
Change-Id: Ief3a4f3a85b4ccd1b4d45d86cb4e6fcd1cf0c918
Reviewed-on: https://chromium-review.googlesource.com/825645Reviewed-by: default avatarFady Samuel <fsamuel@chromium.org>
Commit-Queue: kylechar <kylechar@chromium.org>
Cr-Commit-Position: refs/heads/master@{#523896}
parent ecabdd5f
......@@ -2672,6 +2672,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
cc::switches::kRunAllCompositorStagesBeforeDraw,
switches::kDisableSurfaceReferences,
switches::kEnableSurfaceSynchronization,
switches::kEnableViz,
#if BUILDFLAG(ENABLE_PLUGINS)
switches::kEnablePepperTesting,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment