| 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 e757a6a3b6d8e0f6c30e66a3170799f28588b0ca..36d48be30b1c8968d56fe0eda8b2e7c8cac795ed 100644
|
| --- a/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| +++ b/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| @@ -85,7 +85,6 @@ class CORE_EXPORT InputMethodController final
|
| // Deletes the existing composition text.
|
| void cancelComposition();
|
|
|
| - void cancelCompositionIfSelectionIsInvalid();
|
| EphemeralRange compositionEphemeralRange() const;
|
| Range* compositionRange() const;
|
|
|
|
|