Index: gm/shaderbounds.cpp |
diff --git a/gm/shaderbounds.cpp b/gm/shaderbounds.cpp |
index 4363d4eee3861fe2f5e8f25cde52d6e441fe4193..fd42973dba6295a049b7e9f07b92ea7b185ac588 100644 |
--- a/gm/shaderbounds.cpp |
+++ b/gm/shaderbounds.cpp |
@@ -18,7 +18,7 @@ static SkShader* MakeLinear(SkScalar width, SkScalar height, bool alternate, |
colors[0] = SK_ColorBLUE; |
colors[1] = SK_ColorYELLOW; |
} |
- return SkGradientShader::CreateLinear(pts, colors, NULL, 2, |
+ return SkGradientShader::CreateLinear(pts, colors, nullptr, 2, |
SkShader::kClamp_TileMode, 0, &localMatrix); |
} |