mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 11:06:39 -04:00
11 lines
493 B
C++
11 lines
493 B
C++
--- ui/base/resource/resource_bundle.cc.orig 2025-04-16 18:18:42 UTC
|
|
+++ ui/base/resource/resource_bundle.cc
|
|
@@ -930,7 +930,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();
|