| Index: content/common/gpu/image_transport_surface_iosurface_mac.cc
|
| diff --git a/content/common/gpu/image_transport_surface_iosurface_mac.cc b/content/common/gpu/image_transport_surface_iosurface_mac.cc
|
| index 121a3a2f2ba49d3489073e7a3fbd8a0b02d7dd4e..240100ea3e3d0b4c6ff3951c02bdbc92b8e83666 100644
|
| --- a/content/common/gpu/image_transport_surface_iosurface_mac.cc
|
| +++ b/content/common/gpu/image_transport_surface_iosurface_mac.cc
|
| @@ -34,7 +34,7 @@ void AddIntegerValue(CFMutableDictionaryRef dictionary,
|
| const CFStringRef key,
|
| int32 value) {
|
| base::ScopedCFTypeRef<CFNumberRef> number(
|
| - CFNumberCreate(NULL, kCFNumberSInt32Type, &value));
|
| + CFNumberCreate(nullptr, kCFNumberSInt32Type, &value));
|
| CFDictionaryAddValue(dictionary, key, number.get());
|
| }
|
|
|
|
|