| Index: ui/ozone/platform/drm/gpu/drm_thread.h
|
| diff --git a/ui/ozone/platform/drm/gpu/drm_thread.h b/ui/ozone/platform/drm/gpu/drm_thread.h
|
| index 56e566d3902b3e3c10321bf4b0a4f16f58b0385b..8a3b12b0bdbcd22ebf770fe35a466d53ea8c6289 100644
|
| --- a/ui/ozone/platform/drm/gpu/drm_thread.h
|
| +++ b/ui/ozone/platform/drm/gpu/drm_thread.h
|
| @@ -62,8 +62,7 @@ class DrmThread : public base::Thread {
|
| void CreateBufferFromFds(const gfx::Size& size,
|
| gfx::BufferFormat format,
|
| std::vector<base::ScopedFD>&& fds,
|
| - std::vector<int> strides,
|
| - std::vector<int> offsets,
|
| + const std::vector<gfx::GbmBufferPlane>& planes,
|
| scoped_refptr<GbmBuffer>* buffer);
|
|
|
| void GetScanoutFormats(gfx::AcceleratedWidget widget,
|
|
|