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 d02a959a1942..dd6c47b3de56 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-01-18 21:29:48 UTC +--- ui/base/resource/resource_bundle.cc.orig 2021-03-12 23:57:48 UTC +++ ui/base/resource/resource_bundle.cc -@@ -851,7 +851,7 @@ void ResourceBundle::ReloadFonts() { +@@ -821,7 +821,7 @@ void ResourceBundle::ReloadFonts() { } ScaleFactor ResourceBundle::GetMaxScaleFactor() const { @@ -9,7 +9,7 @@ return max_scale_factor_; #else return GetSupportedScaleFactors().back(); -@@ -904,7 +904,7 @@ void ResourceBundle::InitSharedInstance(Delegate* dele +@@ -874,7 +874,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); |