Index: include/gpu/GrPathRendererChain.h |
=================================================================== |
--- include/gpu/GrPathRendererChain.h (revision 13379) |
+++ include/gpu/GrPathRendererChain.h (working copy) |
@@ -8,6 +8,7 @@ |
#ifndef GrPathRendererChain_DEFINED |
#define GrPathRendererChain_DEFINED |
+#include "SkPath.h" |
#include "SkRefCnt.h" |
#include "SkTArray.h" |
@@ -59,6 +60,7 @@ |
const SkStrokeRec& rec, |
const GrDrawTarget* target, |
DrawType drawType, |
+ SkPath::FillType fillType, |
StencilSupport* stencilSupport); |
private: |