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

Unified Diff: tests/TLSTest.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/SwizzlerTest.cpp ('k') | tests/TessellatingPathRendererTests.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/TLSTest.cpp
diff --git a/tests/TLSTest.cpp b/tests/TLSTest.cpp
index 53bb5fe842201395b19c4f703eff7e20e3ef4c46..c398c6c01901586d6206f788bd94cce950977eb2 100644
--- a/tests/TLSTest.cpp
+++ b/tests/TLSTest.cpp
@@ -56,7 +56,7 @@ static int32_t gCounter;
static void* FakeCreateTLS() {
sk_atomic_inc(&gCounter);
- return NULL;
+ return nullptr;
}
static void FakeDeleteTLS(void*) {
« no previous file with comments | « tests/SwizzlerTest.cpp ('k') | tests/TessellatingPathRendererTests.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698