| Index: content/test/test_native_pixmap_manager_ozone.cc
|
| diff --git a/content/test/test_native_pixmap_manager_ozone.cc b/content/test/test_native_pixmap_manager_ozone.cc
|
| index 9f2b08716602be0fad099f7fbb45b2b215d34590..35eb3cf4c67d9d8846778362c99c4b629a74fa75 100644
|
| --- a/content/test/test_native_pixmap_manager_ozone.cc
|
| +++ b/content/test/test_native_pixmap_manager_ozone.cc
|
| @@ -42,4 +42,13 @@ TestNativePixmapManager::GetSupportedNativePixmapConfigurations() const {
|
| return pixmap_manager_->GetSupportedNativePixmapConfigurations();
|
| }
|
|
|
| +scoped_refptr<ui::NativePixmap>
|
| +TestNativePixmapManager::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
|
|
|