Chromium Code Reviews| 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 70905512f151dc17ad4376ec6ec27677327c4487..881bbc58a21b0582f4d72b973c869150c080e2cb 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; |
|
lfg
2016/07/05 18:30:46
Can you move those functions to the private sectio
EhsanK
2016/07/07 14:40:47
Given our offline discussion this needs a change h
|
| + void applyReplacementRange(int start, int length) override; |
| // WebView methods: |
| virtual bool isWebView() const { return true; } |