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

Unified Diff: ui/base/ime/composition_text.cc

Issue 1825273002: Add more out of line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/base/ime/composition_text.h ('k') | ui/native_theme/native_theme.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/composition_text.cc
diff --git a/ui/base/ime/composition_text.cc b/ui/base/ime/composition_text.cc
index d3ae7f3a399922a306313c817b9a755ae3cbeca0..a2e583f62218ee45eb9e53574fd96902237017c2 100644
--- a/ui/base/ime/composition_text.cc
+++ b/ui/base/ime/composition_text.cc
@@ -9,6 +9,8 @@ namespace ui {
CompositionText::CompositionText() {
}
+CompositionText::CompositionText(const CompositionText& other) = default;
+
CompositionText::~CompositionText() {
}
« no previous file with comments | « ui/base/ime/composition_text.h ('k') | ui/native_theme/native_theme.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698