Update x11_util.cc

This commit is contained in:
Alexander David Frick 2023-01-25 02:38:18 -06:00 committed by GitHub
parent 97318b7aec
commit e4fe865607
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -738,7 +738,7 @@ bool IsSyncExtensionAvailable() {
// builds as long as our EGL impl for Ozone/X11 is not mature enough and we do
// not receive swap completions on time, which results in weird resize behaviour
// as X Server waits for the XSyncCounter changes.
#if BUILDFLAG(IS_CHROMEOS_ASH) || defined(USE_OZONE)
#if BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_OZONE)
return false;
#else
static bool result =