| Index: tools/sk_tool_utils.h
|
| diff --git a/tools/sk_tool_utils.h b/tools/sk_tool_utils.h
|
| index b7a5dd78d0c6fa90d518645a7dc465a556a4f32b..2f70090e491d9441b1423f0445494a3f11c47dc8 100644
|
| --- a/tools/sk_tool_utils.h
|
| +++ b/tools/sk_tool_utils.h
|
| @@ -68,7 +68,7 @@ namespace sk_tool_utils {
|
| /**
|
| * Sets the paint to use a platform-independent text renderer
|
| */
|
| - void set_portable_typeface(SkPaint* paint, const char* name = NULL,
|
| + void set_portable_typeface(SkPaint* paint, const char* name = nullptr,
|
| SkTypeface::Style style = SkTypeface::kNormal);
|
|
|
| /**
|
|
|