diff options
Diffstat (limited to 'src/gpu/ops/GrClearStencilClipOp.h')
-rw-r--r-- | src/gpu/ops/GrClearStencilClipOp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/ops/GrClearStencilClipOp.h b/src/gpu/ops/GrClearStencilClipOp.h index afbd72ddbf..ef46a4c6a9 100644 --- a/src/gpu/ops/GrClearStencilClipOp.h +++ b/src/gpu/ops/GrClearStencilClipOp.h @@ -53,7 +53,7 @@ private: void onPrepare(GrOpFlushState*) override {} - void onExecute(GrOpFlushState* state, const SkRect& /*bounds*/) override { + void onExecute(GrOpFlushState* state) override { state->commandBuffer()->clearStencilClip(fRenderTarget.get(), fClip, fInsideStencilMask); } |