| 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 965b0f9fc9850a8af95181009ebc051e545b12a7..7c9a82fe902461170d2fd43b45867def5c51d0fd 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&) override;
|
|
|
| // WebFrameWidget implementation.
|
| WebLocalFrameImpl* localRoot() override { return m_localRoot; }
|
|
|