pkgsrc-wip/chromium/patches/patch-chrome_test_testing__browser__process.h
Rui-Xiang Guo 0c5e12a38b Update chromium to 11.0.696.72. Many thanks to
Matthias Rampke <matthias@rampke.de> who helps to test and provide patches
for DragonFly BSD to make this pkg having full support on it.
2011-05-27 13:23:09 +00:00

13 lines
419 B
C

$NetBSD: patch-chrome_test_testing__browser__process.h,v 1.2 2011/05/27 13:23:09 rxg Exp $
--- chrome/test/testing_browser_process.h.orig 2011-05-24 08:01:56.000000000 +0000
+++ chrome/test/testing_browser_process.h
@@ -49,7 +49,7 @@ class TestingBrowserProcess : public Bro
virtual IOThread* io_thread();
-#if defined(OS_LINUX)
+#if defined(USE_X11)
virtual base::Thread* background_x11_thread();
#endif