Index: src/gpu/GrReorderCommandBuilder.h |
diff --git a/src/gpu/GrReorderCommandBuilder.h b/src/gpu/GrReorderCommandBuilder.h |
index a1c7fae67b83f5d0a204ab9166d773d481c65b91..a5d6e487dc59b5695b530780de841ba8c41f4c02 100644 |
--- a/src/gpu/GrReorderCommandBuilder.h |
+++ b/src/gpu/GrReorderCommandBuilder.h |
@@ -31,7 +31,7 @@ public: |
const GrStencilSettings&, |
const GrPipelineOptimizations&) override { |
SkFAIL("Unsupported\n"); |
- return NULL; |
+ return nullptr; |
} |
private: |