| Index: components/exo/display.h
|
| diff --git a/components/exo/display.h b/components/exo/display.h
|
| index 2d33a2e217cf567307af91d9e87bc3d35628c4f9..cea719a733b91ec6af0c885e8e20763f2b4d533e 100644
|
| --- a/components/exo/display.h
|
| +++ b/components/exo/display.h
|
| @@ -16,6 +16,7 @@
|
| #include "base/files/scoped_file.h"
|
| #include "ui/gfx/buffer_types.h"
|
| #include "ui/gfx/geometry/size.h"
|
| +#include "ui/gfx/native_pixmap_handle_ozone.h"
|
| #endif
|
|
|
| namespace gfx {
|
| @@ -54,8 +55,7 @@ class Display {
|
| std::unique_ptr<Buffer> CreateLinuxDMABufBuffer(
|
| const gfx::Size& size,
|
| gfx::BufferFormat format,
|
| - const std::vector<int>& strides,
|
| - const std::vector<int>& offsets,
|
| + const std::vector<gfx::GbmBufferPlane>& planes,
|
| std::vector<base::ScopedFD>&& fds);
|
| #endif
|
|
|
|
|