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

13 lines
450 B
Plaintext

$OpenBSD: patch-chrome_common_chrome_switches_h,v 1.5 2011/06/08 20:36:56 robert Exp $
--- chrome/common/chrome_switches.h.orig Mon Jun 6 11:12:12 2011
+++ chrome/common/chrome_switches.h Wed Jun 8 09:58:36 2011
@@ -294,7 +294,7 @@ extern const char kCompressSystemFeedback[];
extern const char kSkipChromeOSComponents[];
#endif
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_OPENBSD)
extern const char kScrollPixels[];
#endif