alwu f30fcad49e Bug 1685463 - rearrange the check order. r=stransky
`IsDMABufEnabled()` will call `Configure()` from which we will possibly call into the driver code in `nsGbmLib::CreateDevice()`.

In order to prevent from calling the driver code in RDD process which has been sandboxed, we should reorder those checks.

Differential Revision: https://phabricator.services.mozilla.com/D107086
2021-03-03 21:58:26 +00:00
..