aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches/GrClearStencilClipBatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/batches/GrClearStencilClipBatch.h')
-rw-r--r--src/gpu/batches/GrClearStencilClipBatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/batches/GrClearStencilClipBatch.h b/src/gpu/batches/GrClearStencilClipBatch.h
index d9d5b2e2ec..42d7c444db 100644
--- a/src/gpu/batches/GrClearStencilClipBatch.h
+++ b/src/gpu/batches/GrClearStencilClipBatch.h
@@ -50,7 +50,7 @@ private:
void onPrepare(GrBatchFlushState*) override {}
- void onDraw(GrBatchFlushState* state) override {
+ void onDraw(GrBatchFlushState* state, const SkRect& /*bounds*/) override {
state->commandBuffer()->clearStencilClip(fClip, fInsideStencilMask);
}