| Index: content/common/gpu/gpu_memory_buffer_factory_mac.cc
|
| diff --git a/content/common/gpu/gpu_memory_buffer_factory_mac.cc b/content/common/gpu/gpu_memory_buffer_factory_mac.cc
|
| index 3a260582f9b74238e685039992afc2389f27b2fe..a84b52625539810e75cbcd662d8ce448edff87dd 100644
|
| --- a/content/common/gpu/gpu_memory_buffer_factory_mac.cc
|
| +++ b/content/common/gpu/gpu_memory_buffer_factory_mac.cc
|
| @@ -50,7 +50,7 @@ class GpuMemoryBufferFactoryImpl : public GpuMemoryBufferFactory {
|
| scoped_refptr<gfx::GLImageSharedMemory> image(
|
| new gfx::GLImageSharedMemory(size, internalformat));
|
| if (!image->Initialize(handle))
|
| - return NULL;
|
| + return nullptr;
|
|
|
| return image;
|
| }
|
|
|