Index: src/core/SkRRect.cpp |
diff --git a/src/core/SkRRect.cpp b/src/core/SkRRect.cpp |
index 0d1887d792e05b4661b28e5a4ace1c17d9298e8e..ef811215f4436a0e69793bac52fed1f2f4c8eaa8 100644 |
--- a/src/core/SkRRect.cpp |
+++ b/src/core/SkRRect.cpp |
@@ -359,7 +359,7 @@ static bool matrix_only_scale_and_translate(const SkMatrix& matrix) { |
} |
bool SkRRect::transform(const SkMatrix& matrix, SkRRect* dst) const { |
- if (NULL == dst) { |
+ if (nullptr == dst) { |
return false; |
} |