| Index: ui/ozone/platform/drm/gpu/overlay_plane.h
|
| diff --git a/ui/ozone/platform/drm/gpu/overlay_plane.h b/ui/ozone/platform/drm/gpu/overlay_plane.h
|
| index f3d1f777b000d9fd3400e95ad0f5c978f2e9ac93..1225049a767f9dbfc1eec1811c23c461d8dda97f 100644
|
| --- a/ui/ozone/platform/drm/gpu/overlay_plane.h
|
| +++ b/ui/ozone/platform/drm/gpu/overlay_plane.h
|
| @@ -29,6 +29,7 @@ struct OverlayPlane {
|
| gfx::OverlayTransform plane_transform,
|
| const gfx::Rect& display_bounds,
|
| const gfx::RectF& crop_rect);
|
| + OverlayPlane(const OverlayPlane& other);
|
|
|
| // This represents a callback function which can handle post processing
|
| // operations like scaling, format conversion etc of the buffer bound to this
|
|
|