Index: content/common/gpu/gpu_memory_buffer_factory_io_surface.cc |
diff --git a/content/common/gpu/gpu_memory_buffer_factory_io_surface.cc b/content/common/gpu/gpu_memory_buffer_factory_io_surface.cc |
index 8c9fee5cfb210d0a6a2a2765051161405f01b796..662ed21f744ca23e593a1fe089a623394de03ca0 100644 |
--- a/content/common/gpu/gpu_memory_buffer_factory_io_surface.cc |
+++ b/content/common/gpu/gpu_memory_buffer_factory_io_surface.cc |
@@ -23,7 +23,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()); |
} |