From 57463e1908399a489af24583654c38641e265e25 Mon Sep 17 00:00:00 2001 From: "vandebo@chromium.org" Date: Sat, 19 Mar 2011 17:27:49 +0000 Subject: [PATCH] Make SkDeviceFactory part of the API. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h index 2f95015..fadfc67 100644 --- a/include/core/SkDevice.h +++ b/include/core/SkDevice.h @@ -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, -- 2.7.4