Index: bench/GLVec4ScalarBench.cpp |
diff --git a/bench/GLVec4ScalarBench.cpp b/bench/GLVec4ScalarBench.cpp |
index e8c40f429d3740efdd87feac834bbc69c05a697b..bbd282e43ec624efd3439ed44b7ce18ae7526ded 100644 |
--- a/bench/GLVec4ScalarBench.cpp |
+++ b/bench/GLVec4ScalarBench.cpp |
@@ -246,7 +246,7 @@ void GLVec4ScalarBench::setupSingleVbo(const GrGLInterface* gl, const SkMatrix* |
void GLVec4ScalarBench::setup(const GrGLContext* ctx) { |
const GrGLInterface* gl = ctx->interface(); |
if (!gl) { |
- SkFAIL("GL interface is NULL in setup()!\n"); |
+ SkFAIL("GL interface is nullptr in setup()!\n"); |
} |
fFboTextureId = SetupFramebuffer(gl, kScreenWidth, kScreenHeight); |