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
This commit is contained in:
bsalomon@google.com 2011-04-04 18:45:32 +00:00
parent 3380296080
commit 67dc548cec

View File

@ -25,7 +25,7 @@ struct GrPoint;
/**
* 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 @@ private:
* 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);