mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
16 lines
792 B
C
16 lines
792 B
C
--- ui/base/ui_base_features.h.orig 2021-07-15 19:14:08 UTC
|
|
+++ ui/base/ui_base_features.h
|
|
@@ -65,11 +65,11 @@ COMPONENT_EXPORT(UI_BASE_FEATURES) extern const base::
|
|
COMPONENT_EXPORT(UI_BASE_FEATURES) bool IsUsingWMPointerForTouch();
|
|
#endif // defined(OS_WIN)
|
|
|
|
-#if defined(OS_WIN) || defined(OS_APPLE) || defined(OS_LINUX) || \
|
|
+#if defined(OS_WIN) || defined(OS_APPLE) || defined(OS_LINUX) || defined(OS_BSD) || \
|
|
defined(OS_CHROMEOS)
|
|
COMPONENT_EXPORT(UI_BASE_FEATURES)
|
|
extern const base::Feature kDirectManipulationStylus;
|
|
-#endif // defined(OS_WIN) || defined(OS_APPLE) || defined(OS_LINUX) ||
|
|
+#endif // defined(OS_WIN) || defined(OS_APPLE) || defined(OS_LINUX) || defined(OS_BSD) ||
|
|
// defined(OS_CHROMEOS)
|
|
|
|
// Used to enable forced colors mode for web content.
|