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