blob: 5cdf09cb2d1e85aa0bd3073094bd5e73533ab180 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/base/resource/resource_bundle.cc.orig 2025-06-30 07:04:30 UTC
+++ ui/base/resource/resource_bundle.cc
@@ -971,7 +971,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();
|