| 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 {
|
|
|