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

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

Issue 2431473003: Intersection Observer support for OOPIF (Closed)
Patch Set: dcheng comments addressed Created 3 years, 11 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/Source/web/RemoteFrameClientImpl.h
diff --git a/third_party/WebKit/Source/web/RemoteFrameClientImpl.h b/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
index 85c5782684bd7a9aaf0f2ceb5016b34d5ceb1bf4..8fb019a6edfc3230b4c2a602b5b7f0b45ad79b55 100644
--- a/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
+++ b/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
@@ -38,6 +38,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;
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutView.cpp ('k') | third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698