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

Unified Diff: tests/SwizzlerTest.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 | « tests/SurfaceTest.cpp ('k') | tests/TLSTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/SwizzlerTest.cpp
diff --git a/tests/SwizzlerTest.cpp b/tests/SwizzlerTest.cpp
index c2ae07c4c813254631b7a8d8f09c07798698d25d..6f0dabeb115f3318dde3be55d342484e64fc5fe1 100644
--- a/tests/SwizzlerTest.cpp
+++ b/tests/SwizzlerTest.cpp
@@ -116,15 +116,15 @@ DEF_TEST(SwizzlerFill, r) {
// Fill with a color
check_fill(r, colorInfo, startRow, endRow, colorRowBytes, offset,
- kFillColor, NULL);
+ kFillColor, nullptr);
// Fill with an index
check_fill(r, indexInfo, startRow, endRow, indexRowBytes, offset,
- kFillIndex, NULL);
+ kFillIndex, nullptr);
// Fill a grayscale image
check_fill(r, grayInfo, startRow, endRow, grayRowBytes, offset,
- kFillColor, NULL);
+ kFillColor, nullptr);
}
}
}
« no previous file with comments | « tests/SurfaceTest.cpp ('k') | tests/TLSTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698