blob: eab8374a857c44aad94a5339cd62f20d8b9021fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/base/resource/resource_bundle.cc.orig 2025-01-27 17:37:37 UTC
+++ ui/base/resource/resource_bundle.cc
@@ -924,7 +924,7 @@ ResourceScaleFactor ResourceBundle::GetMaxResourceScal
}
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();
|