blob: 2de409ce2e1d2dc3e01917eb52f3596a83f866d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/base/resource/resource_bundle.cc.orig 2025-08-26 20:49:50 UTC
+++ ui/base/resource/resource_bundle.cc
@@ -1002,7 +1002,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();
|