| Index: third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| index 542fa745f22e54e589f60688ee0f5dbafcb9dc5c..3f1127a71229311dfa3985d4867fc15ccaa3c9ba 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| @@ -87,6 +87,8 @@ public:
|
| void didChangeWindowResizerRect() override;
|
| WebColor backgroundColor() const override;
|
| WebPagePopup* pagePopup() const override;
|
| + bool getCompositionCharacterBounds(WebVector<WebRect>& bounds) override;
|
| + void applyReplacementRange(const WebRange&) override;
|
| void updateTopControlsState(WebTopControlsState constraints, WebTopControlsState current, bool animate) override;
|
| void setVisibilityState(WebPageVisibilityState) override;
|
| bool isTransparent() const override;
|
|
|