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

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

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
« no previous file with comments | « ui/ozone/common/gpu/ozone_gpu_message_params.cc ('k') | ui/ozone/platform/drm/gpu/fake_plane_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ui/ozone/common/gpu/ozone_gpu_message_params.cc ('k') | ui/ozone/platform/drm/gpu/fake_plane_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698