2011-09-19 04:55:26 -04:00
|
|
|
$OpenBSD: patch-content_renderer_renderer_glue_cc,v 1.3 2011/09/19 08:55:26 robert Exp $
|
|
|
|
--- content/renderer/renderer_glue.cc.orig Tue Aug 23 10:28:29 2011
|
|
|
|
+++ content/renderer/renderer_glue.cc Wed Aug 24 10:54:23 2011
|
|
|
|
@@ -35,7 +35,7 @@
|
2011-06-08 16:36:56 -04:00
|
|
|
#include "webkit/glue/webkit_glue.h"
|
|
|
|
#include "webkit/glue/websocketstreamhandle_bridge.h"
|
|
|
|
|
|
|
|
-#if defined(OS_LINUX)
|
|
|
|
+#if defined(OS_LINUX) || defined(OS_OPENBSD)
|
2011-08-16 04:17:44 -04:00
|
|
|
#include "content/common/child_process_sandbox_support_linux.h"
|
2011-06-08 16:36:56 -04:00
|
|
|
#endif
|
|
|
|
|
2011-09-19 04:55:26 -04:00
|
|
|
@@ -253,7 +253,7 @@ void EnableSpdy(bool enable) {
|
2011-06-08 16:36:56 -04:00
|
|
|
RenderThread::current()->EnableSpdy(enable);
|
|
|
|
}
|
|
|
|
|
|
|
|
-#if defined(OS_LINUX)
|
|
|
|
+#if defined(OS_LINUX) || defined(OS_OPENBSD)
|
|
|
|
int MatchFontWithFallback(const std::string& face, bool bold,
|
|
|
|
bool italic, int charset) {
|
2011-08-16 04:17:44 -04:00
|
|
|
return child_process_sandbox_support::MatchFontWithFallback(
|