diff options
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 211e06ccf1d5..4aa74afbac6e 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-05-13 18:40:03 UTC +--- ui/base/resource/resource_bundle.cc.orig 2020-09-08 19:14:28 UTC +++ ui/base/resource/resource_bundle.cc -@@ -830,7 +830,7 @@ void ResourceBundle::ReloadFonts() { +@@ -841,7 +841,7 @@ void ResourceBundle::ReloadFonts() { } ScaleFactor ResourceBundle::GetMaxScaleFactor() const { @@ -9,7 +9,7 @@ return max_scale_factor_; #else return GetSupportedScaleFactors().back(); -@@ -883,7 +883,7 @@ void ResourceBundle::InitSharedInstance(Delegate* dele +@@ -894,7 +894,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); |