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

Unified Diff: components/cloud_devices/common/printer_description.h

Issue 1728033002: components: 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, 10 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: components/cloud_devices/common/printer_description.h
diff --git a/components/cloud_devices/common/printer_description.h b/components/cloud_devices/common/printer_description.h
index c1a7a16733b0cb8bded8428658b485540677a22d..73d94cfa0e3f51b886f31de2c4c66536a08e0ad6 100644
--- a/components/cloud_devices/common/printer_description.h
+++ b/components/cloud_devices/common/printer_description.h
@@ -298,6 +298,8 @@ struct Media {
int32_t width_um,
int32_t height_um);
+ Media(const Media& other);
+
bool MatchBySize();
bool IsValid() const;

Powered by Google App Engine
This is Rietveld 408576698