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

Unified Diff: ui/platform_window/text_input_state.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 | « ui/native_theme/native_theme.cc ('k') | ui/platform_window/text_input_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/platform_window/text_input_state.h
diff --git a/ui/platform_window/text_input_state.h b/ui/platform_window/text_input_state.h
index 14d016bcede790835eb8df9a43d19c28909b15fb..c2dff0dc96d804bfdb916db83539368054278c91 100644
--- a/ui/platform_window/text_input_state.h
+++ b/ui/platform_window/text_input_state.h
@@ -23,6 +23,7 @@ struct TextInputState {
int composition_start,
int composition_end,
bool can_compose_inline);
+ TextInputState(const TextInputState& other);
bool operator==(const TextInputState& other) const;
// The type of input field.
« no previous file with comments | « ui/native_theme/native_theme.cc ('k') | ui/platform_window/text_input_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698