зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1664365 - Remove mingw workaround for COMPOSITIONOBJECT_ALL_ACCESS r=tjr
Differential Revision: https://phabricator.services.mozilla.com/D94659
This commit is contained in:
Родитель
75ad7e82e9
Коммит
2c7a08b95e
|
@ -441,7 +441,6 @@ void DeviceManagerDx::CreateDirectCompositionDevice() {
|
|||
|
||||
/* static */
|
||||
HANDLE DeviceManagerDx::CreateDCompSurfaceHandle() {
|
||||
#if !defined(__MINGW32__)
|
||||
if (!sDcompCreateSurfaceHandleFn) {
|
||||
return 0;
|
||||
}
|
||||
|
@ -454,9 +453,6 @@ HANDLE DeviceManagerDx::CreateDCompSurfaceHandle() {
|
|||
}
|
||||
|
||||
return handle;
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
void DeviceManagerDx::ImportDeviceInfo(const D3D11DeviceStatus& aDeviceStatus) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче