Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(457)

Unified Diff: third_party/WebKit/public/web/WebRemoteFrameClient.h

Issue 2431473003: Intersection Observer support for OOPIF (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698