$OpenBSD: patch-skia_ext_vector_platform_device_skia_cc,v 1.2 2011/12/14 16:58:19 robert Exp $
--- skia/ext/vector_platform_device_skia.cc.orig	Tue Dec 13 21:37:18 2011
+++ skia/ext/vector_platform_device_skia.cc	Tue Dec 13 21:37:29 2011
@@ -88,7 +88,7 @@ CGContextRef VectorPlatformDeviceSkia::GetBitmapContex
   SkASSERT(false);
   return NULL;
 }
-#elif defined(OS_LINUX) || defined(OS_ANDROID)
+#elif defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_OPENBSD)
 void VectorPlatformDeviceSkia::DrawToNativeContext(
     PlatformSurface surface, int x, int y, const PlatformRect* src_rect) {
   // Should never be called on Linux.
