| Index: ui/ozone/platform/drm/gpu/fake_plane_info.h
|
| diff --git a/ui/ozone/platform/drm/gpu/fake_plane_info.h b/ui/ozone/platform/drm/gpu/fake_plane_info.h
|
| index d9c9ea889876f8bd652d53848fffd7ddd3007194..79265ebe53401bb6bf0e7930e00533f208e38731 100644
|
| --- a/ui/ozone/platform/drm/gpu/fake_plane_info.h
|
| +++ b/ui/ozone/platform/drm/gpu/fake_plane_info.h
|
| @@ -18,6 +18,7 @@ struct FakePlaneInfo {
|
| FakePlaneInfo(uint32_t plane_id,
|
| uint32_t crtc_mask,
|
| const std::vector<uint32_t>& formats);
|
| + FakePlaneInfo(const FakePlaneInfo& other);
|
| ~FakePlaneInfo();
|
|
|
| uint32_t id;
|
|
|