| Index: third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| index 4da770b6e6d0d148e6670e121171b100eabae123..542fa745f22e54e589f60688ee0f5dbafcb9dc5c 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| @@ -69,7 +69,7 @@ public:
|
| bool confirmComposition() override;
|
| bool confirmComposition(ConfirmCompositionBehavior selectionBehavior) override;
|
| bool confirmComposition(const WebString& text) override;
|
| - bool compositionRange(size_t* location, size_t* length) override;
|
| + WebRange compositionRange() override;
|
| WebTextInputInfo textInputInfo() override;
|
| WebTextInputType textInputType() override;
|
| bool selectionBounds(WebRect& anchor, WebRect& focus) const override;
|
|
|