Index: content/browser/gpu/gpu_blacklist.cc |
diff --git a/content/browser/gpu/gpu_blacklist.cc b/content/browser/gpu/gpu_blacklist.cc |
index 98186cfa7defea48e26b421388e58f44324b1893..e5d86ede156ab2e5991d6fb34e51a81eccac04ec 100644 |
--- a/content/browser/gpu/gpu_blacklist.cc |
+++ b/content/browser/gpu/gpu_blacklist.cc |
@@ -851,7 +851,7 @@ GpuBlacklist::OsType GpuBlacklist::GetOsType() { |
return kOsChromeOS; |
#elif defined(OS_WIN) |
return kOsWin; |
-#elif defined(OS_LINUX) |
+#elif defined(OS_LINUX) || defined(OS_OPENBSD) |
Mark Mentovai
2011/10/26 23:24:28
I’m pretty sure the OS relevance here has to do wi
Robert Nagy
2011/10/31 15:38:38
Actually they all use Mesa and DRI and the same xo
|
return kOsLinux; |
#elif defined(OS_MACOSX) |
return kOsMacosx; |