1 --- src/3rdparty/chromium/ui/gl/gl_implementation.cc.orig	2025-08-15 18:30:00 UTC
2 +++ src/3rdparty/chromium/ui/gl/gl_implementation.cc
3 @@ -252,7 +252,7 @@ GetRequestedGLImplementationFromCommandLine(
4      const base::CommandLine* command_line) {
5    bool overrideUseSoftwareGL =
6        command_line->HasSwitch(switches::kOverrideUseSoftwareGLForTests);
7 -#if BUILDFLAG(IS_LINUX) || \
8 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) || \
9      (BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_CHROMEOS_DEVICE))
10    if (std::getenv("RUNNING_UNDER_RR")) {
11      // https://rr-project.org/ is a Linux-only record-and-replay debugger that
12