Chromium Code Reviews| Index: include/gpu/GrContext.h |
| diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
| index 1e160c6d4053cfb60ec3c9e522fa6fcc5e0fe1a4..13b865bab816d9d8f9400085a5f12e7092253d40 100644 |
| --- a/include/gpu/GrContext.h |
| +++ b/include/gpu/GrContext.h |
| @@ -334,12 +334,13 @@ public: |
| void getTestTarget(GrTestTarget*); |
| GrPathRenderer* getPathRenderer( |
|
bsalomon
2015/10/27 19:54:03
Maybe we should just pass the RT instead of the is
robertphillips
2015/10/29 14:51:31
I'm on the fence about this one. Passing the RT is
|
| - const GrPipelineBuilder&, |
| const SkMatrix& viewMatrix, |
| const SkPath& path, |
| const GrStrokeInfo& stroke, |
| bool allowSW, |
| - GrPathRendererChain::DrawType drawType = GrPathRendererChain::kColor_DrawType, |
| + GrPathRendererChain::DrawType drawType, |
| + bool stencilIsDisabled, |
| + bool stencilBufferIsMSAA, |
| GrPathRendererChain::StencilSupport* stencilSupport = NULL); |
| /** Prints cache stats to the string if GR_CACHE_STATS == 1. */ |