| Index: src/animator/SkBoundable.cpp
|
| diff --git a/src/animator/SkBoundable.cpp b/src/animator/SkBoundable.cpp
|
| index abc4f40d6eed6386db13cef9dd02831064c4af42..e784e9f6d0e1f3b46da941952c1e4c63f1eda879 100644
|
| --- a/src/animator/SkBoundable.cpp
|
| +++ b/src/animator/SkBoundable.cpp
|
| @@ -50,6 +50,6 @@ SkBoundableAuto::SkBoundableAuto(SkBoundable* boundable,
|
| SkBoundableAuto::~SkBoundableAuto() {
|
| if (fBoundable->hasBounds() == false)
|
| return;
|
| -// fMaker.fCanvas->setBounder(NULL);
|
| +// fMaker.fCanvas->setBounder(nullptr);
|
| fBoundable->setBounds(fMaker.fDisplayList.fBounds);
|
| }
|
|
|