 Chromium Code Reviews
 Chromium Code Reviews Issue 14328002:
  Adding SK_API to export SkImage and SkSurface API classes  (Closed) 
  Base URL: http://skia.googlecode.com/svn/trunk/
    
  
    Issue 14328002:
  Adding SK_API to export SkImage and SkSurface API classes  (Closed) 
  Base URL: http://skia.googlecode.com/svn/trunk/| Index: include/core/SkSurface.h | 
| =================================================================== | 
| --- include/core/SkSurface.h (revision 8727) | 
| +++ include/core/SkSurface.h (working copy) | 
| @@ -24,7 +24,7 @@ | 
| * To draw into a canvas, first create the appropriate type of Surface, and | 
| * then request the canvas from the surface. | 
| */ | 
| -class SkSurface : public SkRefCnt { | 
| +class SK_API SkSurface : public SkRefCnt { | 
| public: | 
| SK_DECLARE_INST_COUNT(SkSurface) |