Export SkPDFDevice::setDrawingArea as SK_API.
authortwiz@google.com <twiz@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 25 Aug 2011 19:27:20 +0000 (19:27 +0000)
committertwiz@google.com <twiz@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 25 Aug 2011 19:27:20 +0000 (19:27 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@2172 2bbb7eff-a529-9590-31e7-b0007b416f81

include/pdf/SkPDFDevice.h

index 6a150a17728424f6eaf8aa2ca7cfc23b8667d8b4..395968b5ac96ed3fcbdd64ae4ec5797a01e1adbd 100644 (file)
@@ -118,7 +118,7 @@ public:
      *  clipped. A simple way to avoid the bug is to always draw the margin
      *  content last.
      */
-    void setDrawingArea(DrawingArea drawingArea);
+    SK_API void setDrawingArea(DrawingArea drawingArea);
 
     // PDF specific methods.