| Index: third_party/WebKit/Source/core/editing/Editor.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/Editor.cpp b/third_party/WebKit/Source/core/editing/Editor.cpp
|
| index 2954891283900e17fad5cad4257946cc1f26294c..511c81e0a1cf9e21c54d837e6a961d3188f4eec5 100644
|
| --- a/third_party/WebKit/Source/core/editing/Editor.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/Editor.cpp
|
| @@ -125,15 +125,6 @@ void dispatchInputEventEditableContentChanged(
|
| dispatchInputEvent(endRoot, inputType, data, isComposing);
|
| }
|
|
|
| -InputEvent::EventIsComposing isComposingFromCommand(
|
| - const CompositeEditCommand* command) {
|
| - if (command->isTypingCommand() &&
|
| - toTypingCommand(command)->compositionType() !=
|
| - TypingCommand::TextCompositionNone)
|
| - return InputEvent::EventIsComposing::IsComposing;
|
| - return InputEvent::EventIsComposing::NotComposing;
|
| -}
|
| -
|
| } // anonymous namespace
|
|
|
| Editor::RevealSelectionScope::RevealSelectionScope(Editor* editor)
|
|
|