 Chromium Code Reviews
 Chromium Code Reviews Issue 15792016:
  Remove SK_API, from SkTSet. the template is not public.  (Closed) 
  Base URL: http://skia.googlecode.com/svn/trunk/
    
  
    Issue 15792016:
  Remove SK_API, from SkTSet. the template is not public.  (Closed) 
  Base URL: http://skia.googlecode.com/svn/trunk/| Index: src/pdf/SkTSet.h | 
| =================================================================== | 
| --- src/pdf/SkTSet.h (revision 9362) | 
| +++ src/pdf/SkTSet.h (working copy) | 
| @@ -21,7 +21,7 @@ | 
| // TODO: Add remove, intersect and difference operations. | 
| // TODO: Add bench tests. | 
| -template <typename T> class SK_API SkTSet { | 
| +template <typename T> class SkTSet { | 
| public: | 
| SkTSet() { | 
| fArray = SkNEW(SkTDArray<T>); |