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 75334a2a885559f22fb3fdb4ada69df2d028a0aa..f1e1a3960d98f8df98239eb55ce0e0cc1fce1f79 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1204,6 +1204,11 @@ static void AppendCompositorCommandLineFlags(base::CommandLine* command_line) { |
switches::kEnableGpuMemoryBufferCompositorResources); |
} |
+ if (IsBlinkSynchronizedPaintingEnabled()) { |
+ command_line->AppendSwitch( |
+ switches::kEnableBlinkSynchronizedPainting); |
+ } |
+ |
// Persistent buffers may come at a performance hit (not all platform specific |
// buffers support it), so only enable them if partial raster is enabled and |
// we are actually going to use them. |