From 6806fe87e0b39e283291c1a1c7d1d864230aa2aa Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Fri, 12 Oct 2012 14:41:39 +0000 Subject: Export effects classes with SK_API. So this works in shared_library build in chromium. This issue was raised up in the following chromium-dev thread: https://groups.google.com/a/chromium.org/forum/?hl=en&fromgroups=#!topic/chromium-dev/Z6qzEw8MwVY R=epoger@google.com,tomhudson@google.com Review URL: https://codereview.appspot.com/6601065 git-svn-id: http://skia.googlecode.com/svn/trunk@5914 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/effects/SkMatrixConvolutionImageFilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/effects/SkMatrixConvolutionImageFilter.h') diff --git a/include/effects/SkMatrixConvolutionImageFilter.h b/include/effects/SkMatrixConvolutionImageFilter.h index f6e96f2279..f7440cd9ec 100644 --- a/include/effects/SkMatrixConvolutionImageFilter.h +++ b/include/effects/SkMatrixConvolutionImageFilter.h @@ -19,7 +19,7 @@ effects such as sharpening, blurring, edge detection, etc. */ -class SkMatrixConvolutionImageFilter : public SkSingleInputImageFilter { +class SK_API SkMatrixConvolutionImageFilter : public SkSingleInputImageFilter { public: /*! \enum TileMode */ enum TileMode { -- cgit v1.2.3