Enable-prefetch-privacy-changes-by-default.patch

This commit is contained in:
none 2021-03-05 19:30:22 +01:00
parent b94f838a95
commit aaedce58b4

View file

@ -2,10 +2,11 @@ From: csagan5 <32685696+csagan5@users.noreply.github.com>
Date: Fri, 31 Jul 2020 08:27:26 +0200
Subject: Enable prefetch-privacy-changes by default
FILE:Enable-prefetch-privacy-changes-by-default.patch
---
third_party/blink/common/features.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/third_party/blink/common/features.cc b/third_party/blink/common/features.cc
index 2654b6988b..3e0a635810 100644
--- a/third_party/blink/common/features.cc
+++ b/third_party/blink/common/features.cc
@@ -322,7 +322,7 @@ const base::Feature kFontAccessChooser{"FontAccessChooser",
@ -17,3 +18,6 @@ index 2654b6988b..3e0a635810 100644
// Decodes jpeg 4:2:0 formatted images to YUV instead of RGBX and stores in this
// format in the image decode cache. See crbug.com/919627 for details on the
--
2.17.1