diff options
Diffstat (limited to 'skia/ext/vector_canvas.h')
-rw-r--r-- | skia/ext/vector_canvas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/ext/vector_canvas.h b/skia/ext/vector_canvas.h index db098c7..4f8bc7a 100644 --- a/skia/ext/vector_canvas.h +++ b/skia/ext/vector_canvas.h @@ -19,7 +19,7 @@ namespace skia { // to work with a VectorDevice to manage platform-specific drawing. It allows // using both Skia operations and platform-specific operations. It *doesn't* // support reading back from the bitmap backstore since it is not used. -class VectorCanvas : public PlatformCanvas { +class SK_API VectorCanvas : public PlatformCanvas { public: VectorCanvas(); explicit VectorCanvas(SkDeviceFactory* factory); |