From bd18ff017d2251e942f243148f51229756355750 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 11 Jun 2021 17:57:32 +0000 Subject: chromium: extend the expiry of the accelerated video flag until chromium 93 --- ...um_unexpire-accelerated-video-decode-flag.patch | 32 +++++++++++++++++++--- 1 file changed, 28 insertions(+), 4 deletions(-) (limited to 'chromium-ungoogled/build/patches') diff --git a/chromium-ungoogled/build/patches/chromium_unexpire-accelerated-video-decode-flag.patch b/chromium-ungoogled/build/patches/chromium_unexpire-accelerated-video-decode-flag.patch index 20bde50b..51e346fa 100644 --- a/chromium-ungoogled/build/patches/chromium_unexpire-accelerated-video-decode-flag.patch +++ b/chromium-ungoogled/build/patches/chromium_unexpire-accelerated-video-decode-flag.patch @@ -1,11 +1,35 @@ ---- chromium-91.0.4472.77/chrome/browser/flag-metadata.json.orig 2021-05-20 15:34:12.194906381 +0000 -+++ chromium-91.0.4472.77/chrome/browser/flag-metadata.json 2021-05-20 15:17:31.632112834 +0000 -@@ -1253,7 +1253,7 @@ +From e48f18eba0eae199ba7bc8a6a09ebf39799447c1 Mon Sep 17 00:00:00 2001 +From: Ted Meyer +Date: Wed, 2 Jun 2021 05:35:22 +0000 +Subject: [PATCH] Extend enable-accelerated-video-decode flag for linux to m93 + +It appears that there is insistence that the flag be totally removed or +have its end-milestone increased, I can't just let it wait until the +feature is working again and then re-enable it. So i've moved it to 93. + +R=dalecurtis + +Fixed: 1207478 +Change-Id: I26a5e790cd390825516b4a4b6af88e89b2d4f4eb +Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2918478 +Reviewed-by: Dale Curtis +Reviewed-by: Ted Meyer +Commit-Queue: Ted Meyer +Cr-Commit-Position: refs/heads/master@{#888312} +--- + chrome/browser/flag-metadata.json | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/chrome/browser/flag-metadata.json b/chrome/browser/flag-metadata.json +index 67e0330436..34542671f2 100644 +--- a/chrome/browser/flag-metadata.json ++++ b/chrome/browser/flag-metadata.json +@@ -1193,7 +1193,7 @@ { "name": "enable-accelerated-video-decode", "owners": [ "media-dev@chromium.org" ], - "expiry_milestone": 90 -+ "expiry_milestone": 91 ++ "expiry_milestone": 93 }, { "name": "enable-accessibility-live-caption", -- cgit v1.2.3-65-gdbad