Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Unified Diff: src/core/SkRRect.cpp

Issue 1316233002: Style Change: NULL->nullptr (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-08-27 (Thursday) 10:25:06 EDT Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/core/SkPtrRecorder.cpp ('k') | src/core/SkRWBuffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « src/core/SkPtrRecorder.cpp ('k') | src/core/SkRWBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698