diff options
author | Matthias Wolf <matthias@rheinwolf.de> | 2021-04-27 16:25:26 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-04-27 16:29:47 +0200 |
commit | be6259aac7b38bb3129be18e4ca60d42078cca3e (patch) | |
tree | c751b3c98ce06f6217fb44fc88ad582a05327926 /www/chromium/files/patch-ui_base_resource_resource__bundle.cc | |
parent | benchmarks/dbs: extend BROKENness to FreeBSD 14 (diff) |
www/chromium: update to 90.0.4430.85
Tested by: Matthias Wolf, rene
MFH: 2021Q2
Security: http://vuxml.freebsd.org/freebsd/cb13a765-a277-11eb-97a0-e09467587c17.html
Diffstat (limited to 'www/chromium/files/patch-ui_base_resource_resource__bundle.cc')
-rw-r--r-- | www/chromium/files/patch-ui_base_resource_resource__bundle.cc | 6 |
1 files changed, 3 insertions, 3 deletions
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 dd6c47b3de56..60986274920f 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 2021-03-12 23:57:48 UTC +--- ui/base/resource/resource_bundle.cc.orig 2021-04-14 18:41:37 UTC +++ ui/base/resource/resource_bundle.cc -@@ -821,7 +821,7 @@ void ResourceBundle::ReloadFonts() { +@@ -808,7 +808,7 @@ void ResourceBundle::ReloadFonts() { } ScaleFactor ResourceBundle::GetMaxScaleFactor() const { @@ -9,7 +9,7 @@ return max_scale_factor_; #else return GetSupportedScaleFactors().back(); -@@ -874,7 +874,7 @@ void ResourceBundle::InitSharedInstance(Delegate* dele +@@ -861,7 +861,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); |