| Index: include/gpu/GrPathRendererChain.h
|
| diff --git a/include/gpu/GrPathRendererChain.h b/include/gpu/GrPathRendererChain.h
|
| index 98441cec1590478cc217b9e15abddbbfa4facce6..377b473bfb136b26b5c0049e2a9dad2180b3c56a 100644
|
| --- a/include/gpu/GrPathRendererChain.h
|
| +++ b/include/gpu/GrPathRendererChain.h
|
| @@ -56,11 +56,12 @@ public:
|
| whether the path can be rendered with arbitrary stencil rules or not. See comments on
|
| StencilSupport in GrPathRenderer.h. */
|
| GrPathRenderer* getPathRenderer(const GrShaderCaps* shaderCaps,
|
| - const GrPipelineBuilder&,
|
| const SkMatrix& viewMatrix,
|
| const SkPath& path,
|
| const GrStrokeInfo& stroke,
|
| DrawType drawType,
|
| + bool isStencilDisabled,
|
| + bool isStencilBufferMSAA,
|
| StencilSupport* stencilSupport);
|
|
|
| private:
|
|
|