Revert of Revert of Remove accelerated hardware decode blacklist entry for Mac OS X. (patchset #1 id:1 of https://codereview.chromium.org/853563003/)
Reason for revert:
Test failure corrected by:
https://crrev.com/81a119ffed1edbb462b51ed5b25a421bb9a03298
Cr-Commit-Position: refs/heads/master@{#311726}
Original issue's description:
> Revert of Remove accelerated hardware decode blacklist entry for Mac OS X. (patchset #2 id:20001 of https://codereview.chromium.org/849143002/)
>
> Reason for revert:
> This seems related to the regression here:
> https://build.chromium.org/p/chromium.gpu/builders/Mac%20Release%20%28Intel%29/builds/45738
>
> Original issue's description:
> > Remove accelerated hardware decode blacklist entry for Mac OS X.
> >
> > Now that VTVideoDecodeAccelerator exists, this entry is not necessary.
> >
> > BUG=133828
> >
> > Committed: https://crrev.com/c0e69446b02848fce2e311662a43b8e782304ae3
> > Cr-Commit-Position: refs/heads/master@{#311622}
>
> [email protected],[email protected],[email protected]
> NOTREECHECKS=true
> NOTRY=true
> BUG=133828
>
> Committed: https://crrev.com/17202a5a52388cf6e0807a243364f6c995eb82a1
> Cr-Commit-Position: refs/heads/master@{#311659}
[email protected],[email protected],[email protected]
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=133828
Review URL: https://codereview.chromium.org/857433002
Cr-Commit-Position: refs/heads/master@{#311727}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 05d55c8..6a15037 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -916,7 +916,7 @@
{ "disable-accelerated-video-decode",
IDS_FLAGS_DISABLE_ACCELERATED_VIDEO_DECODE_NAME,
IDS_FLAGS_DISABLE_ACCELERATED_VIDEO_DECODE_DESCRIPTION,
- kOsWin | kOsCrOS,
+ kOsMac | kOsWin | kOsCrOS,
SINGLE_VALUE_TYPE(switches::kDisableAcceleratedVideoDecode),
},
#if defined(USE_ASH)