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 6e323813532ef045945a4d03f916eae278c728c9..dc054efa11546c1e54ef3145459ffb4387c09b54 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -144,7 +144,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; |