openbsd-ports/www/chromium/patches/patch-chrome_common_chrome_switches_h

13 lines
447 B
Plaintext

$OpenBSD: patch-chrome_common_chrome_switches_h,v 1.3 2011/04/15 10:10:27 robert Exp $
--- chrome/common/chrome_switches.h.orig Wed Apr 13 10:01:58 2011
+++ chrome/common/chrome_switches.h Fri Apr 15 12:08:03 2011
@@ -369,7 +369,7 @@ extern const char kEnableMediaPlayer[];
extern const char kEnableAdvancedFileSystem[];
#endif
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_OPENBSD)
extern const char kScrollPixels[];
#endif