| Index: tests/AsADashTest.cpp
|
| diff --git a/tests/AsADashTest.cpp b/tests/AsADashTest.cpp
|
| index 47f19717a4f6d4134d1154cd9ef2c0e060060d53..c59dc8344fd449a58d72a0f185ba6d23aabffcf5 100644
|
| --- a/tests/AsADashTest.cpp
|
| +++ b/tests/AsADashTest.cpp
|
| @@ -24,7 +24,7 @@ DEF_TEST(AsADashTest_nullInfo, reporter) {
|
| const SkScalar phase = 2.0;
|
| SkAutoTUnref<SkDashPathEffect> pe(SkDashPathEffect::Create(inIntervals, 4, phase));
|
|
|
| - SkPathEffect::DashType dashType = pe->asADash(NULL);
|
| + SkPathEffect::DashType dashType = pe->asADash(nullptr);
|
| REPORTER_ASSERT(reporter, SkPathEffect::kDash_DashType == dashType);
|
| }
|
|
|
|
|