| Index: src/utils/debugger/SkObjectParser.h
|
| diff --git a/src/utils/debugger/SkObjectParser.h b/src/utils/debugger/SkObjectParser.h
|
| index c4d0da0bf8b1137b16d2e09dc89630052d9bfc6b..4c04935257d8367f8981f82b8d9a1ae2934b265a 100644
|
| --- a/src/utils/debugger/SkObjectParser.h
|
| +++ b/src/utils/debugger/SkObjectParser.h
|
| @@ -89,13 +89,13 @@ public:
|
| Returns a string representation of the SkRects coordinates.
|
| @param rect SkRect
|
| */
|
| - static SkString* RectToString(const SkRect& rect, const char* title = NULL);
|
| + static SkString* RectToString(const SkRect& rect, const char* title = nullptr);
|
|
|
| /**
|
| Returns a string representation of an SkRRect.
|
| @param rrect SkRRect
|
| */
|
| - static SkString* RRectToString(const SkRRect& rrect, const char* title = NULL);
|
| + static SkString* RRectToString(const SkRRect& rrect, const char* title = nullptr);
|
|
|
| /**
|
| Returns a string representation of the SkRegion enum.
|
|
|