aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/instanced/InstancedOp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/instanced/InstancedOp.cpp')
-rw-r--r--src/gpu/instanced/InstancedOp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/instanced/InstancedOp.cpp b/src/gpu/instanced/InstancedOp.cpp
index 58807212f1..1ebb0b5a49 100644
--- a/src/gpu/instanced/InstancedOp.cpp
+++ b/src/gpu/instanced/InstancedOp.cpp
@@ -163,7 +163,7 @@ void InstancedOp::wasRecorded(GrRenderTargetOpList* opList) {
fIsTracked = true;
}
-bool InstancedOp::onCombineIfPossible(GrOp* other, const GrCaps& caps) {
+bool InstancedOp::onCombineIfPossible(GrOp* other, const GrCaps&) {
InstancedOp* that = static_cast<InstancedOp*>(other);
SkASSERT(!that->fInstancedRendering || (fInstancedRendering == that->fInstancedRendering));
SkASSERT(fTailDraw);