0

Revert "Disable DesktopCaptureMacV2"

This reverts commit 2a16d01889.

Reason for revert: Fixed by crrev.com/884282

Original change's description:
> Disable DesktopCaptureMacV2
>
> The new code path sends an IOSurface to the mirroring service, which is
> blocked from using the IOSurface framework by its sandbox. Use the
> base::Feature to disable this code path.
>
> Bug: 1204603
> Change-Id: I80a4204ed6b18b0e7545b22b8a739926fb862685
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2885655
> Reviewed-by: Avi Drissman <avi@chromium.org>
> Commit-Queue: ccameron <ccameron@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#881403}

Bug: 1204603
Change-Id: Ia3b4f82b28bf53d49eed1f9693d4feee7df1cb35
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2905082
Reviewed-by: ccameron <ccameron@chromium.org>
Reviewed-by: Avi Drissman <avi@chromium.org>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: ccameron <ccameron@chromium.org>
Cr-Commit-Position: refs/heads/master@{#884909}
This commit is contained in:
ccameron
2021-05-20 07:45:04 +00:00
committed by Chromium LUCI CQ
parent b04deda434
commit ad409c1796

@ -1028,7 +1028,7 @@ const base::Feature kRetryGetVideoCaptureDeviceInfos{
"RetryGetVideoCaptureDeviceInfos", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kDesktopCaptureMacV2{"DesktopCaptureMacV2",
base::FEATURE_DISABLED_BY_DEFAULT};
base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kWindowCaptureMacV2{"WindowCaptureMacV2",
base::FEATURE_ENABLED_BY_DEFAULT};