aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches/GrAAFillRectBatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/batches/GrAAFillRectBatch.cpp')
-rw-r--r--src/gpu/batches/GrAAFillRectBatch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/batches/GrAAFillRectBatch.cpp b/src/gpu/batches/GrAAFillRectBatch.cpp
index 01392d099e..cad896e5e5 100644
--- a/src/gpu/batches/GrAAFillRectBatch.cpp
+++ b/src/gpu/batches/GrAAFillRectBatch.cpp
@@ -157,7 +157,7 @@ static void generate_aa_fill_rect_geometry(intptr_t verts,
}
}
}
-class AAFillRectBatch : public GrMeshDrawOp {
+class AAFillRectBatch final : public GrMeshDrawOp {
public:
DEFINE_OP_CLASS_ID