export GrDefaultPathRenderer/GrPathRenderer
Review URL: http://codereview.appspot.com/4357050/
git-svn-id: http://skia.googlecode.com/svn/trunk@1048 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/include/GrPathRenderer.h b/gpu/include/GrPathRenderer.h
index aadcb0d..25bb748 100644
--- a/gpu/include/GrPathRenderer.h
+++ b/gpu/include/GrPathRenderer.h
@@ -25,7 +25,7 @@
/**
* Base class for drawing paths into a GrDrawTarget.
*/
-class GrPathRenderer : public GrRefCnt {
+class GR_API GrPathRenderer : public GrRefCnt {
public:
/**
* Returns true if this path renderer is able to render the path.
@@ -124,7 +124,7 @@
* Subclass that renders the path using the stencil buffer to resolve fill
* rules (e.g. winding, even-odd)
*/
-class GrDefaultPathRenderer : public GrPathRenderer {
+class GR_API GrDefaultPathRenderer : public GrPathRenderer {
public:
GrDefaultPathRenderer(bool separateStencilSupport,
bool stencilWrapOpsSupport);