mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update x11_util.cc
This commit is contained in:
parent
97318b7aec
commit
e4fe865607
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue