| 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 38148a15914faee3c566e737ef234d69b8dcaa2a..7d379e35a5e51ff6d8ad4afd3cbe5098a0a5f1e1 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| @@ -115,6 +115,7 @@ class WebFrameWidgetImpl final
|
| void didLosePointerLock() override;
|
| bool getCompositionCharacterBounds(WebVector<WebRect>& bounds) override;
|
| void applyReplacementRange(const WebRange&) override;
|
| + void setRemoteViewportIntersection(const WebRect&) override;
|
|
|
| // WebFrameWidget implementation.
|
| WebLocalFrameImpl* localRoot() const override { return m_localRoot; }
|
|
|