| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index b324f6cbf587cf5753c8568c4c7c340cb938b8d2..437d5038e305d56456faa32c16047d842662a12e 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -144,6 +144,10 @@ public:
|
| bool confirmComposition() override;
|
| bool confirmComposition(ConfirmCompositionBehavior selectionBehavior) override;
|
| bool confirmComposition(const WebString& text) override;
|
| + bool setEditableSelectionOffsets(int start, int end) override;
|
| + bool setCompositionFromExistingText(int compositionStart, int compositionEnd, const WebVector<WebCompositionUnderline>& underlines) override;
|
| + void extendSelectionAndDelete(int before, int after) override;
|
| +
|
| WebRange compositionRange() override;
|
| WebTextInputInfo textInputInfo() override;
|
| WebTextInputType textInputType() override;
|
|
|