Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(938)

Unified Diff: ui/ozone/platform/drm/gpu/fake_plane_info.cc

Issue 1871743003: ui: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/ozone/platform/drm/gpu/fake_plane_info.cc
diff --git a/ui/ozone/platform/drm/gpu/fake_plane_info.cc b/ui/ozone/platform/drm/gpu/fake_plane_info.cc
index 3695383e53e7ccdfeb9bd1cff2fa4f681387f15a..2e9a2a732d858497138bd9687bf58d6d4736f60d 100644
--- a/ui/ozone/platform/drm/gpu/fake_plane_info.cc
+++ b/ui/ozone/platform/drm/gpu/fake_plane_info.cc
@@ -18,6 +18,8 @@ FakePlaneInfo::FakePlaneInfo(uint32_t plane_id,
const std::vector<uint32_t>& formats)
: id(plane_id), allowed_crtc_mask(crtc_mask), allowed_formats(formats) {}
+FakePlaneInfo::FakePlaneInfo(const FakePlaneInfo& other) = default;
+
FakePlaneInfo::~FakePlaneInfo() {}
} // namespace ui
« no previous file with comments | « ui/ozone/platform/drm/gpu/fake_plane_info.h ('k') | ui/ozone/platform/drm/gpu/hardware_display_plane_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698