| 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 2fd143894b26f026c94128c0baaf692b7c305284..084cd85abc43387390f18d8ed815307e11bdb802 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 | 
| @@ -142,13 +142,6 @@ bool GpuMemoryBufferImplOzoneNativeBuffer::IsUsageSupported(Usage usage) { | 
| return false; | 
| } | 
|  | 
| -// static | 
| -bool GpuMemoryBufferImplOzoneNativeBuffer::IsConfigurationSupported( | 
| -    Format format, | 
| -    Usage usage) { | 
| -  return IsFormatSupported(format) && IsUsageSupported(usage); | 
| -} | 
| - | 
| void* GpuMemoryBufferImplOzoneNativeBuffer::Map() { | 
| NOTREACHED(); | 
| return NULL; | 
|  |