diff options
Diffstat (limited to 'src/gpu/ops/GrStencilPathOp.h')
-rw-r--r-- | src/gpu/ops/GrStencilPathOp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/ops/GrStencilPathOp.h b/src/gpu/ops/GrStencilPathOp.h index 462b626a83..ac19b5abec 100644 --- a/src/gpu/ops/GrStencilPathOp.h +++ b/src/gpu/ops/GrStencilPathOp.h @@ -66,7 +66,7 @@ private: void onPrepare(GrOpFlushState*) override {} - void onExecute(GrOpFlushState* state, const SkRect& bounds) override { + void onExecute(GrOpFlushState* state) override { GrPathRendering::StencilPathArgs args(fUseHWAA, fRenderTarget.get(), &fViewMatrix, &fScissor, &fStencil); state->gpu()->pathRendering()->stencilPath(args, fPath.get()); |