$OpenBSD: patch-chrome_gpu_x_util_h,v 1.2 2011/02/08 09:43:02 espie Exp $
--- chrome/gpu/x_util.h.orig	Fri Jan 21 10:20:26 2011
+++ chrome/gpu/x_util.h	Sun Jan 23 23:27:33 2011
@@ -12,7 +12,7 @@
 #include "build/build_config.h"
 #include "chrome/gpu/gpu_config.h"
 
-#if defined(OS_LINUX)
+#if defined(USE_X11)
 
 // Forward declares ------------------------------------------------------------
 //
@@ -42,6 +42,6 @@ class ScopedPtrXFree {
   void operator()(void* x) const;
 };
 
-#endif  // OS_LINUX
+#endif  // USE_X11
 
 #endif  // CHROME_GPU_X_UTIL_H_
