Index: src/gpu/batches/GrAAFillRectBatch.cpp |
diff --git a/src/gpu/batches/GrAAFillRectBatch.cpp b/src/gpu/batches/GrAAFillRectBatch.cpp |
index 7ca24ea8f4bc641851f3dde38c383335af68b404..69fd0ef65bc23325eed5ea5a1cd59148d7887850 100644 |
--- a/src/gpu/batches/GrAAFillRectBatch.cpp |
+++ b/src/gpu/batches/GrAAFillRectBatch.cpp |
@@ -237,7 +237,7 @@ public: |
const GrPipelineOptimizations& opts) { |
generate_aa_fill_rect_geometry(vertices, vertexStride, |
geo.fColor, geo.fViewMatrix, geo.fRect, geo.fDevRect, opts, |
- NULL); |
+ nullptr); |
} |
}; |