Index: components/exo/display.h |
diff --git a/components/exo/display.h b/components/exo/display.h |
index 26ef0ca80827b8571975e60d3f9318e165646988..ce590bbbabae10979e7f99e1f5c57ff7d228b064 100644 |
--- a/components/exo/display.h |
+++ b/components/exo/display.h |
@@ -17,7 +17,6 @@ |
#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 { |
@@ -59,7 +58,8 @@ |
std::unique_ptr<Buffer> CreateLinuxDMABufBuffer( |
const gfx::Size& size, |
gfx::BufferFormat format, |
- const std::vector<gfx::NativePixmapPlane>& planes, |
+ const std::vector<int>& strides, |
+ const std::vector<int>& offsets, |
std::vector<base::ScopedFD>&& fds); |
#endif |