diff options
Diffstat (limited to 'www/chromium/patches/patch-ui_gl_gl_features_cc')
| -rw-r--r-- | www/chromium/patches/patch-ui_gl_gl_features_cc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www/chromium/patches/patch-ui_gl_gl_features_cc b/www/chromium/patches/patch-ui_gl_gl_features_cc deleted file mode 100644 index 1ddda7d..0000000 --- a/www/chromium/patches/patch-ui_gl_gl_features_cc +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | Index: ui/gl/gl_features.cc | ||
| 2 | --- ui/gl/gl_features.cc.orig | ||
| 3 | +++ ui/gl/gl_features.cc | ||
| 4 | @@ -76,7 +76,7 @@ bool IsDeviceBlocked(const char* field, const std::str | ||
| 5 | const base::Feature kDefaultPassthroughCommandDecoder { | ||
| 6 | "DefaultPassthroughCommandDecoder", | ||
| 7 | #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_FUCHSIA) || \ | ||
| 8 | - ((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) && \ | ||
| 9 | + ((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)) && \ | ||
| 10 | !defined(CHROMECAST_BUILD)) || \ | ||
| 11 | BUILDFLAG(IS_MAC) | ||
| 12 | base::FEATURE_ENABLED_BY_DEFAULT | ||
