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

Unified Diff: third_party/WebKit/Source/web/RemoteFrameClientImpl.h

Issue 2431473003: Intersection Observer support for OOPIF (Closed)
Patch Set: Enabled test, fixed bugs Created 4 years, 1 month 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/Source/web/RemoteFrameClientImpl.h
diff --git a/third_party/WebKit/Source/web/RemoteFrameClientImpl.h b/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
index e4857236b878c4be1d59500475053a28a1e91bb7..226babdd02ddb5602979dcaf964dc8f34e9cf3f7 100644
--- a/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
+++ b/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
@@ -40,6 +40,7 @@ class RemoteFrameClientImpl final : public RemoteFrameClient {
LocalFrame* source) const override;
void forwardInputEvent(Event*) override;
void frameRectsChanged(const IntRect& frameRect) override;
+ void updateRemoteViewportIntersection(const IntRect&) override;
void advanceFocus(WebFocusType, LocalFrame*) override;
void visibilityChanged(bool visible) override;
void setHasReceivedUserGesture() override;

Powered by Google App Engine
This is Rietveld 408576698