| Index: skia/ext/vector_platform_device_skia.h
|
| diff --git a/skia/ext/vector_platform_device_skia.h b/skia/ext/vector_platform_device_skia.h
|
| index fe71ba3a5a8e7c38fcbce9e0956e7813cfb498cd..cf392c05da3b39b2e4549ce0b319b1332bb2e1fb 100644
|
| --- a/skia/ext/vector_platform_device_skia.h
|
| +++ b/skia/ext/vector_platform_device_skia.h
|
| @@ -41,7 +41,7 @@ class VectorPlatformDeviceSkia : public SkPDFDevice, public PlatformDevice {
|
| int y,
|
| const CGRect* src_rect) OVERRIDE;
|
| virtual CGContextRef GetBitmapContext() OVERRIDE;
|
| -#elif defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_OPENBSD)
|
| +#elif defined(OS_POSIX)
|
| virtual void DrawToNativeContext(PlatformSurface surface,
|
| int x,
|
| int y,
|
|
|