| Index: content/common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc
|
| diff --git a/content/common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc b/content/common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc
|
| index 104ea8dc6a22b144dcacae0b14822f80e9dbcedd..7675ee92a1a0633177d988a9d1413efc72b43acd 100644
|
| --- a/content/common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc
|
| +++ b/content/common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc
|
| @@ -45,20 +45,6 @@ GpuMemoryBufferFactoryOzoneNativePixmap::CreateGpuMemoryBuffer(
|
| return new_handle;
|
| }
|
|
|
| -gfx::GpuMemoryBufferHandle
|
| -GpuMemoryBufferFactoryOzoneNativePixmap::CreateGpuMemoryBufferFromHandle(
|
| - const gfx::GpuMemoryBufferHandle& handle,
|
| - gfx::GpuMemoryBufferId id,
|
| - const gfx::Size& size,
|
| - gfx::BufferFormat format,
|
| - int client_id) {
|
| - gfx::GpuMemoryBufferHandle new_handle;
|
| - new_handle.type = gfx::OZONE_NATIVE_PIXMAP;
|
| - new_handle.id = id;
|
| - new_handle.native_pixmap_handle = handle.native_pixmap_handle;
|
| - return new_handle;
|
| -}
|
| -
|
| gpu::ImageFactory* GpuMemoryBufferFactoryOzoneNativePixmap::AsImageFactory() {
|
| return this;
|
| }
|
|
|