pkgsrc-wip/chromium/patches/patch-webkit_plugins_ppapi_ppb__flash__impl.h
Rui-Xiang Guo fa06d0f9e3 Update chromium to 10.0.648.205 that is based on the OpenBSD's ports with
modifying for *BSD support and additional NetBSD specific patches.
This version includes some security bug fixes.
2011-04-28 03:09:01 +00:00

13 lines
541 B
C

$NetBSD: patch-webkit_plugins_ppapi_ppb__flash__impl.h,v 1.1 2011/04/28 03:09:03 rxg Exp $
--- webkit/plugins/ppapi/ppb_flash_impl.h.orig 2011-04-13 08:01:07.000000000 +0000
+++ webkit/plugins/ppapi/ppb_flash_impl.h
@@ -33,7 +33,7 @@ class PPB_Flash_Impl {
uint32_t glyph_count,
const uint16_t glyph_indices[],
const PP_Point glyph_advances[])
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
;
#else
{ return PP_FALSE; }