Index: src/views/animated/SkProgressBarView.cpp |
diff --git a/src/views/animated/SkProgressBarView.cpp b/src/views/animated/SkProgressBarView.cpp |
index e7754eb612536c774ea81cf328064f2ddf291a44..5ce944fb07120a0b4d23c74445c38779146e2f9e 100644 |
--- a/src/views/animated/SkProgressBarView.cpp |
+++ b/src/views/animated/SkProgressBarView.cpp |
@@ -35,7 +35,7 @@ void SkProgressBarView::changeProgress(int diff) |
SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs()); |
if (diff == SkAnimator::kDifferent) |
- this->inval(NULL); |
+ this->inval(nullptr); |
else if (diff == SkAnimator::kPartiallyDifferent) |
{ |
SkRect bounds; |
@@ -48,7 +48,7 @@ void SkProgressBarView::changeProgress(int diff) |
{ |
if (evt.isType(SK_EventType_Inval)) |
{ |
- this->inval(NULL); |
+ this->inval(nullptr); |
return true; |
} |
if (evt.isType("recommendDim")) |