| Index: content/child/child_native_pixmap_manager_ozone.cc
|
| diff --git a/content/child/child_native_pixmap_manager_ozone.cc b/content/child/child_native_pixmap_manager_ozone.cc
|
| index 22e99b3c56787b19a9141b4826b7b03fb37c0df0..161437b51cf6bd5c448ddf796e73b24afec2ffeb 100644
|
| --- a/content/child/child_native_pixmap_manager_ozone.cc
|
| +++ b/content/child/child_native_pixmap_manager_ozone.cc
|
| @@ -43,4 +43,13 @@ ChildNativePixmapManager::GetSupportedNativePixmapConfigurations() const {
|
| return pixmap_manager_->GetSupportedNativePixmapConfigurations();
|
| }
|
|
|
| +scoped_refptr<ui::NativePixmap>
|
| +ChildNativePixmapManager::CreateFromFileDescriptor(
|
| + base::FileDescriptor handle,
|
| + gfx::Size size,
|
| + ui::SurfaceFactoryOzone::BufferFormat format,
|
| + ui::SurfaceFactoryOzone::BufferUsage usage) {
|
| + return pixmap_manager_->CreateFromFileDescriptor(handle, size, format, usage);
|
| +}
|
| +
|
| } // namespace content
|
|
|