aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches/GrVertexBatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/batches/GrVertexBatch.h')
-rw-r--r--src/gpu/batches/GrVertexBatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/batches/GrVertexBatch.h b/src/gpu/batches/GrVertexBatch.h
index 19475a7afd..1159e5ed2a 100644
--- a/src/gpu/batches/GrVertexBatch.h
+++ b/src/gpu/batches/GrVertexBatch.h
@@ -63,7 +63,7 @@ protected:
private:
void onPrepare(GrBatchFlushState* state) final;
- void onDraw(GrBatchFlushState* state) final;
+ void onDraw(GrBatchFlushState* state, const SkRect& bounds) final;
virtual void onPrepareDraws(Target*) const = 0;