| Index: ui/platform_window/text_input_state.cc
|
| diff --git a/ui/platform_window/text_input_state.cc b/ui/platform_window/text_input_state.cc
|
| index ce6db8418578559b2e89e8a826fa992a4b864708..ffc3e52792a8d8be17a7bb1bf71da7431682b301 100644
|
| --- a/ui/platform_window/text_input_state.cc
|
| +++ b/ui/platform_window/text_input_state.cc
|
| @@ -32,6 +32,8 @@ TextInputState::TextInputState(TextInputType type,
|
| composition_end(composition_end),
|
| can_compose_inline(can_compose_inline) {}
|
|
|
| +TextInputState::TextInputState(const TextInputState& other) = default;
|
| +
|
| bool TextInputState::operator==(const TextInputState& other) const {
|
| return type == other.type &&
|
| flags == other.flags &&
|
|
|