| 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..22cf33a3a44c8a08913dd96a005bc743bd4c23ca 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| @@ -117,7 +117,7 @@ public:
|
| void didNotAcquirePointerLock() override;
|
| void didLosePointerLock() override;
|
| bool getCompositionCharacterBounds(WebVector<WebRect>& bounds) override;
|
| - void applyReplacementRange(int start, int length) override;
|
| + void applyReplacementRange(const WebRange&) override;
|
|
|
| // WebFrameWidget implementation.
|
| WebLocalFrameImpl* localRoot() override { return m_localRoot; }
|
|
|