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

Unified Diff: ui/ozone/common/gpu/ozone_gpu_message_params.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/gl/gl_surface_overlay.cc ('k') | ui/ozone/common/gpu/ozone_gpu_message_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/common/gpu/ozone_gpu_message_params.h
diff --git a/ui/ozone/common/gpu/ozone_gpu_message_params.h b/ui/ozone/common/gpu/ozone_gpu_message_params.h
index de9f1be84edc0890cf136bb8b04aa004a383b164..afb0b071d8f565ae4dbb2aa212cce25cab28cdde 100644
--- a/ui/ozone/common/gpu/ozone_gpu_message_params.h
+++ b/ui/ozone/common/gpu/ozone_gpu_message_params.h
@@ -31,6 +31,7 @@ struct DisplayMode_Params {
struct DisplaySnapshot_Params {
DisplaySnapshot_Params();
+ DisplaySnapshot_Params(const DisplaySnapshot_Params& other);
~DisplaySnapshot_Params();
int64_t display_id = 0;
@@ -56,6 +57,7 @@ struct OverlayCheck_Params {
OverlayCheck_Params();
OverlayCheck_Params(
const OverlayCandidatesOzone::OverlaySurfaceCandidate& candidate);
+ OverlayCheck_Params(const OverlayCheck_Params& other);
~OverlayCheck_Params();
bool operator<(const OverlayCheck_Params& plane) const;
« no previous file with comments | « ui/gl/gl_surface_overlay.cc ('k') | ui/ozone/common/gpu/ozone_gpu_message_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698