Index: third_party/WebKit/Source/core/frame/RemoteFrameClient.h |
diff --git a/third_party/WebKit/Source/core/frame/RemoteFrameClient.h b/third_party/WebKit/Source/core/frame/RemoteFrameClient.h |
index d1badcce2880f33da47ec012bae1d72b26912be1..d1cec96030453b76606a42cc9e90095a218c230e 100644 |
--- a/third_party/WebKit/Source/core/frame/RemoteFrameClient.h |
+++ b/third_party/WebKit/Source/core/frame/RemoteFrameClient.h |
@@ -39,6 +39,9 @@ class RemoteFrameClient : public FrameClient { |
virtual void frameRectsChanged(const IntRect& frameRect) = 0; |
+ virtual void updateRemoteViewportIntersection( |
+ const IntRect& viewportIntersection) = 0; |
+ |
virtual void advanceFocus(WebFocusType, LocalFrame* source) = 0; |
virtual void visibilityChanged(bool visible) = 0; |