Chromium Code Reviews| Index: skia/ext/bitmap_platform_device_mac.h |
| diff --git a/skia/ext/bitmap_platform_device_mac.h b/skia/ext/bitmap_platform_device_mac.h |
| index f57a36eb51b988223be455b7a704bd867aa7fb04..13731eb7d859a121eb88227f3b5fffa1820422f1 100644 |
| --- a/skia/ext/bitmap_platform_device_mac.h |
| +++ b/skia/ext/bitmap_platform_device_mac.h |
| @@ -29,6 +29,7 @@ namespace skia { |
| class BitmapPlatformDevice : public PlatformDevice, public SkDevice { |
| public: |
| // |context| may be NULL. |
| + SK_API |
|
Jeff Timanus
2012/03/15 18:47:39
The linux port is not exported. On the windows po
|
| static BitmapPlatformDevice* Create(CGContextRef context, |
| int width, int height, |
| bool is_opaque); |