| Index: content/child/child_native_pixmap_manager_ozone.h
|
| diff --git a/content/child/child_native_pixmap_manager_ozone.h b/content/child/child_native_pixmap_manager_ozone.h
|
| index 2c22e3ad88c821aa9f55f698ddd6841dd92dab60..1e5e8ec633b7959664cfdb54444a7e6dec5a7cea 100644
|
| --- a/content/child/child_native_pixmap_manager_ozone.h
|
| +++ b/content/child/child_native_pixmap_manager_ozone.h
|
| @@ -22,6 +22,11 @@ class ChildNativePixmapManager : public ui::NativePixmapManager {
|
| void Initialize(const base::FileDescriptor& device_fd) override;
|
| std::vector<Configuration> GetSupportedNativePixmapConfigurations()
|
| const override;
|
| + scoped_refptr<ui::NativePixmap> CreateFromFileDescriptor(
|
| + base::FileDescriptor handle,
|
| + gfx::Size size,
|
| + ui::SurfaceFactoryOzone::BufferFormat format,
|
| + ui::SurfaceFactoryOzone::BufferUsage usage) override;
|
|
|
| private:
|
| ChildNativePixmapManager();
|
|
|