commit | 96fcdcc219d2a0d3579719b84b28bede76efba64 | [log] [tgz] |
---|---|---|
author | halcanary <halcanary@google.com> | Thu Aug 27 07:41:13 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Aug 27 07:41:16 2015 -0700 |
tree | 0ec5ea0193d8292df8bf5ed9dd8498a5eb5763dd | |
parent | 435af2f736c85c3274a0c6760a3523810750d237 [diff] [blame] |
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 Review URL: https://codereview.chromium.org/1316233002
diff --git a/tests/GLInterfaceValidationTest.cpp b/tests/GLInterfaceValidationTest.cpp index 1448f28..7af34a7 100755 --- a/tests/GLInterfaceValidationTest.cpp +++ b/tests/GLInterfaceValidationTest.cpp
@@ -24,7 +24,7 @@ if (GrContextFactory::kNVPR_GLContextType == glCtxType && factory->getGLContext(GrContextFactory::kNative_GLContextType) && !factory->getGLContext(GrContextFactory::kNative_GLContextType)->gl()->hasExtension("GL_NV_path_rendering")) { - REPORTER_ASSERT(reporter, NULL == glCtx); + REPORTER_ASSERT(reporter, nullptr == glCtx); continue; }