Commit f0790c2c authored by sotaro's avatar sotaro
Browse files

Bug 1790518 - Enable video overlay until early beta on non-Intel GPU on...

Bug 1790518 - Enable video overlay until early beta on non-Intel GPU on Windows r=jrmuizel,gfx-reviewers

With early beta, the video overlay could be tested more.

Differential Revision: https://phabricator.services.mozilla.com/D157176
parent 6cc3c97a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1745,7 +1745,7 @@ const nsTArray<GfxDriverInfo>& GfxInfo::GetGfxDriverInfo() {

    ////////////////////////////////////
    // FEATURE_VIDEO_OVERLAY - ALLOWLIST
#ifdef NIGHTLY_BUILD
#ifdef EARLY_BETA_OR_EARLIER
    APPEND_TO_DRIVER_BLOCKLIST2(
        OperatingSystem::Windows, DeviceFamily::All,
        nsIGfxInfo::FEATURE_VIDEO_OVERLAY, nsIGfxInfo::FEATURE_ALLOW_ALWAYS,