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

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

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 | « tools/gn/bundle_file_rule.cc ('k') | ui/base/ime/composition_text.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/composition_text.h
diff --git a/ui/base/ime/composition_text.h b/ui/base/ime/composition_text.h
index 9b729b502ba6ee76aa06aa685dea1b653a107375..ba56c6271067da39c034b6a02f36e20ef6f8e1f2 100644
--- a/ui/base/ime/composition_text.h
+++ b/ui/base/ime/composition_text.h
@@ -17,6 +17,7 @@ namespace ui {
// A struct represents the status of an ongoing composition text.
struct UI_BASE_IME_EXPORT CompositionText {
CompositionText();
+ CompositionText(const CompositionText& other);
~CompositionText();
bool operator==(const CompositionText& rhs) const {
« no previous file with comments | « tools/gn/bundle_file_rule.cc ('k') | ui/base/ime/composition_text.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698