Make SkDeviceFactory part of the API.
authorvandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Sat, 19 Mar 2011 17:27:49 +0000 (17:27 +0000)
committervandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Sat, 19 Mar 2011 17:27:49 +0000 (17:27 +0000)
Review URL: http://codereview.appspot.com/4273081

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

include/core/SkDevice.h

index 2f95015..fadfc67 100644 (file)
@@ -36,7 +36,7 @@ class SkRegion;
     to pass into SkCanvas.  Doing so will eliminate the need to extend
     SkCanvas as well.
 */
-class SkDeviceFactory {
+class SK_API SkDeviceFactory {
 public:
     virtual ~SkDeviceFactory();
     virtual SkDevice* newDevice(SkCanvas*, SkBitmap::Config, int width,