From: twiz@google.com Date: Thu, 25 Aug 2011 19:27:20 +0000 (+0000) Subject: Export SkPDFDevice::setDrawingArea as SK_API. X-Git-Tag: submit/tizen/20180928.044319~17765 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8185f33b38e2a5e0408e7645744d68e3b87a6c8e;p=platform%2Fupstream%2FlibSkiaSharp.git Export SkPDFDevice::setDrawingArea as SK_API. git-svn-id: http://skia.googlecode.com/svn/trunk@2172 2bbb7eff-a529-9590-31e7-b0007b416f81 --- diff --git a/include/pdf/SkPDFDevice.h b/include/pdf/SkPDFDevice.h index 6a150a1772..395968b5ac 100644 --- a/include/pdf/SkPDFDevice.h +++ b/include/pdf/SkPDFDevice.h @@ -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.