| Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| index 8cb6410be4540f0e27a5511800cea066923f00e2..104e4a7fd0ecb9c63e7a6d1a5e7566ba97dd6225 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| @@ -101,7 +101,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;
|
| WebColor backgroundColor() const override;
|
|
|