docs(renderer): link SwiftShader workaround tracker

This commit is contained in:
Miguel Ángel
2026-07-16 05:19:00 +00:00
parent 54a3ef2000
commit 9c25e27da6
2 changed files with 3 additions and 2 deletions
@@ -693,7 +693,8 @@ export function buildChromeArgs(
// in the raw JPEG before encoding). Keep deterministic BeginFrame capture,
// but route compositing through Chrome's software path when the browser is
// already in software-GPU mode. Hardware-GPU and screenshot captures keep
// their existing compositor paths.
// their existing compositor paths. Remove this workaround once the pinned
// chrome-headless-shell includes https://issues.chromium.org/issues/535256667.
if (browserGpuMode === "software") {
chromeArgs.push("--disable-gpu-compositing");
}