Index: content/common/text_input_state.cc |
diff --git a/content/common/text_input_state.cc b/content/common/text_input_state.cc |
index f65442a4f68de8025809ee0ca155e1a5320dc747..bf6932b11e640dafe7cf22bba2281e854a00accd 100644 |
--- a/content/common/text_input_state.cc |
+++ b/content/common/text_input_state.cc |
@@ -13,4 +13,6 @@ TextInputState::TextInputState() |
can_compose_inline(true), |
show_ime_if_needed(false) {} |
+TextInputState::TextInputState(const TextInputState& other) = default; |
+ |
} // namespace content |