Index: include/core/SkMallocPixelRef.h |
diff --git a/include/core/SkMallocPixelRef.h b/include/core/SkMallocPixelRef.h |
index c40afc433aca6a403e7ed1b25af65148172c6e90..aaa045f948644c689e464e609f7e755bf27988ad 100644 |
--- a/include/core/SkMallocPixelRef.h |
+++ b/include/core/SkMallocPixelRef.h |
@@ -1,4 +1,3 @@ |
- |
/* |
* Copyright 2008 The Android Open Source Project |
* |
@@ -15,7 +14,7 @@ |
/** We explicitly use the same allocator for our pixels that SkMask does, |
so that we can freely assign memory allocated by one class to the other. |
*/ |
-class SkMallocPixelRef : public SkPixelRef { |
+class SK_API SkMallocPixelRef : public SkPixelRef { |
public: |
/** |
* Return a new SkMallocPixelRef with the provided pixel storage, rowBytes, |