| Index: third_party/WebKit/Source/core/editing/Editor.h
|
| diff --git a/third_party/WebKit/Source/core/editing/Editor.h b/third_party/WebKit/Source/core/editing/Editor.h
|
| index ac286f1c8cf7fac1b688d1877d24d3e601533f69..41a5b49adfbada602f5f88053a4315443332699a 100644
|
| --- a/third_party/WebKit/Source/core/editing/Editor.h
|
| +++ b/third_party/WebKit/Source/core/editing/Editor.h
|
| @@ -254,10 +254,12 @@ class CORE_EXPORT Editor final : public GarbageCollectedFinalized<Editor> {
|
| void replaceSelectionWithFragment(DocumentFragment*,
|
| bool selectReplacement,
|
| bool smartReplace,
|
| - bool matchStyle);
|
| + bool matchStyle,
|
| + InputEvent::InputType);
|
| void replaceSelectionWithText(const String&,
|
| bool selectReplacement,
|
| - bool smartReplace);
|
| + bool smartReplace,
|
| + InputEvent::InputType);
|
|
|
| // TODO(xiaochengh): Replace |bool| parameters by |enum|.
|
| void replaceSelectionAfterDragging(DocumentFragment*,
|
|
|