| Index: skia/ext/vector_platform_device_skia.cc
|
| diff --git a/skia/ext/vector_platform_device_skia.cc b/skia/ext/vector_platform_device_skia.cc
|
| index d8d3084afcbe40fadf20f19ee08a75184b032ef6..b8b5c6b0c5f5fbd317ffa7f872771e73349894a6 100644
|
| --- a/skia/ext/vector_platform_device_skia.cc
|
| +++ b/skia/ext/vector_platform_device_skia.cc
|
| @@ -77,7 +77,7 @@ CGContextRef VectorPlatformDeviceSkia::GetBitmapContext() {
|
| SkASSERT(false);
|
| return NULL;
|
| }
|
| -#elif defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_OPENBSD)
|
| +#elif defined(OS_POSIX)
|
| void VectorPlatformDeviceSkia::DrawToNativeContext(
|
| PlatformSurface surface, int x, int y, const PlatformRect* src_rect) {
|
| // Should never be called on Linux.
|
|
|