$OpenBSD: patch-chrome_browser_gpu_gpu_feature_checker_cc,v 1.3 2016/03/23 20:13:07 robert Exp $
--- chrome/browser/gpu/gpu_feature_checker.cc.orig.port	Wed Feb 24 00:01:58 2016
+++ chrome/browser/gpu/gpu_feature_checker.cc	Thu Mar  3 09:43:25 2016
@@ -34,7 +34,7 @@ void GPUFeatureChecker::CheckGPUFeatureAvailability() 
   CHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
 
   bool finalized = true;
-#if defined(OS_LINUX)
+#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID)
   // On Windows and Mac, so far we can always make the final WebGL blacklisting
   // decision based on partial GPU info; on Linux, we need to launch the GPU
   // process to collect full GPU info and make the final decision.
