| Index: src/animator/SkDisplayMath.cpp
|
| diff --git a/src/animator/SkDisplayMath.cpp b/src/animator/SkDisplayMath.cpp
|
| index 7f406c1f655e453f25af327034748add9267badb..f52cf19371c6661d695fd4d6dca0e058935b511c 100644
|
| --- a/src/animator/SkDisplayMath.cpp
|
| +++ b/src/animator/SkDisplayMath.cpp
|
| @@ -131,7 +131,7 @@ DEFINE_GET_MEMBER(SkDisplayMath);
|
| void SkDisplayMath::executeFunction(SkDisplayable* target, int index,
|
| SkTDArray<SkScriptValue>& parameters, SkDisplayTypes type,
|
| SkScriptValue* scriptValue) {
|
| - if (scriptValue == NULL)
|
| + if (scriptValue == nullptr)
|
| return;
|
| SkASSERT(target == this);
|
| SkScriptValue* array = parameters.begin();
|
|
|