blob: 31569397cc2bb36b8e9f5a774730b6c026bd2c9e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/base/cursor/cursor_factory.cc.orig 2025-01-27 17:37:37 UTC
+++ ui/base/cursor/cursor_factory.cc
@@ -96,7 +96,7 @@ void CursorFactory::ObserveThemeChanges() {
NOTIMPLEMENTED();
}
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
// Returns a cursor name compatible with either X11 or the FreeDesktop.org
// cursor spec ([1] and [2]), followed by fallbacks that can work as
|