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

Unified Diff: printing/page_setup.h

Issue 1731423002: printing: 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
« no previous file with comments | « printing/backend/print_backend.cc ('k') | printing/page_setup.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/page_setup.h
diff --git a/printing/page_setup.h b/printing/page_setup.h
index 568b7085f4388ff3076474def47c141bb106bd6a..4126bea55e44ff50f388804edeb1093b7ddc9202 100644
--- a/printing/page_setup.h
+++ b/printing/page_setup.h
@@ -36,6 +36,7 @@ class PRINTING_EXPORT PageMargins {
class PRINTING_EXPORT PageSetup {
public:
PageSetup();
+ PageSetup(const PageSetup& other);
~PageSetup();
void Clear();
« no previous file with comments | « printing/backend/print_backend.cc ('k') | printing/page_setup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698