| Index: content/common/gpu/gpu_memory_buffer_factory_ozone.cc
|
| diff --git a/content/common/gpu/gpu_memory_buffer_factory_ozone.cc b/content/common/gpu/gpu_memory_buffer_factory_ozone.cc
|
| index a077915851240574234d085da267eb044059b6a2..f2911e5c0d5abd7375e5fe7990d50f8159652d36 100644
|
| --- a/content/common/gpu/gpu_memory_buffer_factory_ozone.cc
|
| +++ b/content/common/gpu/gpu_memory_buffer_factory_ozone.cc
|
| @@ -52,7 +52,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;
|
| }
|
|
|