Index: components/exo/display.h |
diff --git a/components/exo/display.h b/components/exo/display.h |
index ce590bbbabae10979e7f99e1f5c57ff7d228b064..26ef0ca80827b8571975e60d3f9318e165646988 100644 |
--- a/components/exo/display.h |
+++ b/components/exo/display.h |
@@ -17,6 +17,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 { |
@@ -58,8 +59,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::NativePixmapPlane>& planes, |
std::vector<base::ScopedFD>&& fds); |
#endif |