openbsd-ports/www/chromium/patches/patch-chrome_renderer_render_view_h
espie ae6e8f236b late update to chromium 9, robert@ did the work, but he doesn't have the
time right now.
Tree is still locked!
Reasons for the update:
- good work that can be used now
- only builds on i386/amd64, and they're fast
- multiple security problems in old chrome
- old chrome half working, can't break it more than it was.

This one requires resources (see MESSAGE), but it's ways more stable.

Again, discussed with sthen@, jasper@, naddy@, miod@
2011-02-08 09:43:02 +00:00

13 lines
533 B
Plaintext

$OpenBSD: patch-chrome_renderer_render_view_h,v 1.2 2011/02/08 09:43:02 espie Exp $
--- chrome/renderer/render_view.h.orig Fri Jan 21 10:20:27 2011
+++ chrome/renderer/render_view.h Sun Jan 23 23:27:33 2011
@@ -1100,7 +1100,7 @@ class RenderView : public RenderWidget,
// periodic timer so we don't send too many messages.
void SyncNavigationState();
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_OPENBSD)
void UpdateFontRenderingFromRendererPrefs();
#else
void UpdateFontRenderingFromRendererPrefs() {}