| Index: content/common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc
|
| diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc b/content/common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc
|
| index f59cb08bdb83b2e15b7e4013af40e90ef517ec15..f0afef5d371a217946a26cdf12a307b509213b5b 100644
|
| --- a/content/common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc
|
| +++ b/content/common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc
|
| @@ -132,7 +132,7 @@ bool GpuMemoryBufferImplOzoneNativeBuffer::IsConfigurationSupported(
|
|
|
| void* GpuMemoryBufferImplOzoneNativeBuffer::Map() {
|
| NOTREACHED();
|
| - return NULL;
|
| + return nullptr;
|
| }
|
|
|
| void GpuMemoryBufferImplOzoneNativeBuffer::Unmap() {
|
|
|