| Index: third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebRemoteFrameClient.h b/third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| index 3ebbbdf7de518b4a017f342908ef0dc6f85b666a..7197eaa2d4f685469dac059998b234e9929cbb3e 100644
|
| --- a/third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| @@ -14,6 +14,7 @@ namespace blink {
|
| class WebInputEvent;
|
| enum class WebClientRedirectPolicy;
|
| enum class WebFrameLoadType;
|
| +struct WebPoint;
|
| struct WebRect;
|
|
|
| class WebRemoteFrameClient {
|
| @@ -42,6 +43,10 @@ class WebRemoteFrameClient {
|
|
|
| virtual void frameRectsChanged(const WebRect&) {}
|
|
|
| + virtual void updateRemoteViewportIntersection(
|
| + const WebRect& viewportIntersection,
|
| + const WebPoint& rootOffset) {}
|
| +
|
| virtual void visibilityChanged(bool visible) {}
|
|
|
| // This frame updated its opener to another frame.
|
|
|