From e3b53fa1271f0ecfc6d650148fa6a2ce7fd59689 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Mon, 13 Apr 2020 10:37:15 +0000 Subject: www/chromium: update to 81.0.4044.92 Currently the camera and geolocation do not work. Submitted by: Matthias Wolf Obtained from: https://github.com/gliaskos/freebsd-chromium/pull/173 Obtained from: https://github.com/gliaskos/freebsd-chromium/pull/174 MFH: 2020Q2 Security: https://www.vuxml.org/freebsd/6e3b700a-7ca3-11ea-b594-3065ec8fd3ec.html --- www/chromium/files/patch-ui_base_resource_resource__bundle.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/chromium/files/patch-ui_base_resource_resource__bundle.cc') diff --git a/www/chromium/files/patch-ui_base_resource_resource__bundle.cc b/www/chromium/files/patch-ui_base_resource_resource__bundle.cc index 994b7d680b2e..91e1320a26f5 100644 --- a/www/chromium/files/patch-ui_base_resource_resource__bundle.cc +++ b/www/chromium/files/patch-ui_base_resource_resource__bundle.cc @@ -1,6 +1,6 @@ ---- ui/base/resource/resource_bundle.cc.orig 2020-03-03 18:54:06 UTC +--- ui/base/resource/resource_bundle.cc.orig 2020-03-16 18:40:15 UTC +++ ui/base/resource/resource_bundle.cc -@@ -819,7 +819,7 @@ void ResourceBundle::ReloadFonts() { +@@ -822,7 +822,7 @@ void ResourceBundle::ReloadFonts() { } ScaleFactor ResourceBundle::GetMaxScaleFactor() const { @@ -9,7 +9,7 @@ return max_scale_factor_; #else return GetSupportedScaleFactors().back(); -@@ -872,7 +872,7 @@ void ResourceBundle::InitSharedInstance(Delegate* dele +@@ -875,7 +875,7 @@ void ResourceBundle::InitSharedInstance(Delegate* dele // On platforms other than iOS, 100P is always a supported scale factor. // For Windows we have a separate case in this function. supported_scale_factors.push_back(SCALE_FACTOR_100P); -- cgit v1.2.3