| 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..46b037ae93524f87c045b9aa2f68872556f1560b 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -161,7 +161,7 @@ public:
|
| void didLosePointerLock() override;
|
| void didChangeWindowResizerRect() override;
|
| bool getCompositionCharacterBounds(WebVector<WebRect>& bounds) override;
|
| - void applyReplacementRange(int start, int length) override;
|
| + void applyReplacementRange(const WebRange&) override;
|
|
|
| // WebView methods:
|
| virtual bool isWebView() const { return true; }
|
|
|