| Index: skia/ext/platform_device_mac.h
|
| diff --git a/skia/ext/platform_device_mac.h b/skia/ext/platform_device_mac.h
|
| index 9c7551d263888c308b4177c0699083aa0669c1d0..298a639a6f1f009f5eb699635b8346ffb9b7f0b8 100644
|
| --- a/skia/ext/platform_device_mac.h
|
| +++ b/skia/ext/platform_device_mac.h
|
| @@ -19,7 +19,7 @@ namespace skia {
|
|
|
| // Returns the CGContext that backing the SkDevice. Forwards to the bound
|
| // PlatformDevice. Returns NULL if no PlatformDevice is bound.
|
| -CGContextRef GetBitmapContext(SkDevice* device);
|
| +SK_API CGContextRef GetBitmapContext(SkDevice* device);
|
|
|
| // A device is basically a wrapper around SkBitmap that provides a surface for
|
| // SkCanvas to draw into. Our device provides a surface CoreGraphics can also
|
|
|