blob: b15493afb646ec7f96237d531a4046351e9a77d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/base/resource/resource_bundle.cc.orig 2025-05-07 06:48:23 UTC
+++ ui/base/resource/resource_bundle.cc
@@ -929,7 +929,7 @@ void ResourceBundle::ReloadFonts() {
}
ResourceScaleFactor ResourceBundle::GetMaxResourceScaleFactor() const {
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
return max_scale_factor_;
#else
return GetMaxSupportedResourceScaleFactor();
|