Exported SkFILEWStream class so that it can be used in Chrome.
authoralokp@chromium.org <alokp@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 17 Jul 2012 19:10:36 +0000 (19:10 +0000)
committeralokp@chromium.org <alokp@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 17 Jul 2012 19:10:36 +0000 (19:10 +0000)
Review URL: https://codereview.appspot.com/6409052

git-svn-id: http://skia.googlecode.com/svn/trunk@4643 2bbb7eff-a529-9590-31e7-b0007b416f81

include/core/SkStream.h

index d42bd56..f394dee 100644 (file)
@@ -281,7 +281,7 @@ private:
 
 /////////////////////////////////////////////////////////////////////////////////////////////
 
-class SkFILEWStream : public SkWStream {
+class SK_API SkFILEWStream : public SkWStream {
 public:
     SK_DECLARE_INST_COUNT(SkFILEWStream)