| Index: ui/ozone/platform/drm/common/client_native_pixmap_dmabuf.h
|
| diff --git a/ui/ozone/platform/drm/common/client_native_pixmap_dmabuf.h b/ui/ozone/platform/drm/common/client_native_pixmap_dmabuf.h
|
| index 3582967268071b122334edfa202b770ea8d5014a..f1d54f47f2be0022e56792fcfebc1382405ed778 100644
|
| --- a/ui/ozone/platform/drm/common/client_native_pixmap_dmabuf.h
|
| +++ b/ui/ozone/platform/drm/common/client_native_pixmap_dmabuf.h
|
| @@ -29,10 +29,10 @@ class ClientNativePixmapDmaBuf : public ClientNativePixmap {
|
| void GetStride(int* stride) const override;
|
|
|
| private:
|
| - ClientNativePixmapDmaBuf(int dmabuf_fd, const gfx::Size& size, int stride);
|
| + ClientNativePixmapDmaBuf(int dmabuf_fd, int stride, size_t map_size);
|
|
|
| base::ScopedFD dmabuf_fd_;
|
| - const gfx::Size size_;
|
| + const size_t map_size_;
|
| const int stride_;
|
| void* data_;
|
|
|
|
|