Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(346)

Unified Diff: skia/ext/bitmap_platform_device_mac.h

Issue 9699078: skia/ext: Add SK_API to a function used from a test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698