| Index: third_party/WebKit/Source/core/editing/InputMethodController.h
|
| diff --git a/third_party/WebKit/Source/core/editing/InputMethodController.h b/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| index d9159a9d5fc948b062372129962f347592ebeee5..7063dc0a19767e3899c1afb15627e4f9066b32a6 100644
|
| --- a/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| +++ b/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| @@ -84,6 +84,7 @@ class CORE_EXPORT InputMethodController final
|
|
|
| // Deletes the existing composition text.
|
| void CancelComposition();
|
| + void CancelCompositionIfSelectionIsInvalid();
|
|
|
| EphemeralRange CompositionEphemeralRange() const;
|
| Range* CompositionRange() const;
|
|
|