Index: src/animator/SkDisplayTypes.cpp |
diff --git a/src/animator/SkDisplayTypes.cpp b/src/animator/SkDisplayTypes.cpp |
index 287ca6e4d4f5ecef491c24953c42271351c23e73..d3d8c68146f7b78cccf4cb1e3baf7599594b76e9 100644 |
--- a/src/animator/SkDisplayTypes.cpp |
+++ b/src/animator/SkDisplayTypes.cpp |
@@ -121,7 +121,7 @@ SkDisplayString::SkDisplayString(SkString& copyFrom) : value(copyFrom) { |
void SkDisplayString::executeFunction(SkDisplayable* target, int index, |
SkTDArray<SkScriptValue>& parameters, SkDisplayTypes type, |
SkScriptValue* scriptValue) { |
- if (scriptValue == NULL) |
+ if (scriptValue == nullptr) |
return; |
SkASSERT(target == this); |
switch (index) { |