| Index: components/exo/display.h
|
| diff --git a/components/exo/display.h b/components/exo/display.h
|
| index 4b3ac9966aa70693db065054f7a5b19d49b0356c..2d33a2e217cf567307af91d9e87bc3d35628c4f9 100644
|
| --- a/components/exo/display.h
|
| +++ b/components/exo/display.h
|
| @@ -51,10 +51,12 @@ class Display {
|
|
|
| #if defined(USE_OZONE)
|
| // Creates a buffer for a Linux DMA-buf file descriptor.
|
| - std::unique_ptr<Buffer> CreateLinuxDMABufBuffer(base::ScopedFD fd,
|
| - const gfx::Size& size,
|
| - gfx::BufferFormat format,
|
| - int stride);
|
| + std::unique_ptr<Buffer> CreateLinuxDMABufBuffer(
|
| + const gfx::Size& size,
|
| + gfx::BufferFormat format,
|
| + const std::vector<int>& strides,
|
| + const std::vector<int>& offsets,
|
| + std::vector<base::ScopedFD>&& fds);
|
| #endif
|
|
|
| // Creates a shell surface for an existing surface.
|
|
|