13 lines
568 B
Plaintext
13 lines
568 B
Plaintext
$OpenBSD: patch-chrome_common_chrome_switches_cc,v 1.2 2011/03/15 11:38:05 robert Exp $
|
|
--- chrome/common/chrome_switches.cc.orig Fri Mar 11 10:01:58 2011
|
|
+++ chrome/common/chrome_switches.cc Mon Mar 14 10:55:37 2011
|
|
@@ -1307,7 +1307,7 @@ const char kEnableMediaPlayer[] = "enable-
|
|
const char kEnableAdvancedFileSystem[] = "enable-advanced-fs";
|
|
#endif
|
|
|
|
-#if defined(OS_LINUX)
|
|
+#if defined(OS_LINUX) || defined(OS_OPENBSD)
|
|
// Specify the amount the trackpad should scroll by.
|
|
const char kScrollPixels[] = "scroll-pixels";
|
|
#endif
|