| 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 74bcb842c5954f111577e323bc750e27eeb9c2ab..44dd2b672cbe850e58e8f634ab364e7da4a436ab 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| @@ -121,6 +121,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; }
|
|
|