| 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 92186b3e34dcfe406af01f2801c96a01f39f5a5b..6f81b5828ccc6bad82247ae30ef7d45cbcf7dcb4 100644
|
| --- a/content/child/child_native_pixmap_manager_ozone.h
|
| +++ b/content/child/child_native_pixmap_manager_ozone.h
|
| @@ -21,6 +21,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();
|
|
|