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