зеркало из https://github.com/electron/electron.git
ozone/x11: fix VA-API.
https://chromium-review.googlesource.com/c/chromium/src/+/3141878
This commit is contained in:
Родитель
35817ae5ca
Коммит
23e742acb1
|
@ -520,10 +520,8 @@ bool NativeWindowViews::IsEnabled() {
|
|||
#if defined(OS_WIN)
|
||||
return ::IsWindowEnabled(GetAcceleratedWidget());
|
||||
#elif defined(OS_LINUX)
|
||||
#if defined(USE_X11)
|
||||
if (!features::IsUsingOzonePlatform()) {
|
||||
#if BUILDFLAG(USE_VAAPI_X11)
|
||||
return !event_disabler_.get();
|
||||
}
|
||||
#endif
|
||||
NOTIMPLEMENTED();
|
||||
return true;
|
||||
|
|
Загрузка…
Ссылка в новой задаче