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

Unified Diff: Source/web/WebRemoteFrameImpl.h

Issue 937203003: Make load events in iframe elements work with OOPIF (Blink side). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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: Source/web/WebRemoteFrameImpl.h
diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h
index ddaa3098e6cca39431695d43e32921952a6a0127..d177f0449beac42d4326469d4f941f904e7e4258 100644
--- a/Source/web/WebRemoteFrameImpl.h
+++ b/Source/web/WebRemoteFrameImpl.h
@@ -188,6 +188,7 @@ public:
virtual void setReplicatedOrigin(const WebSecurityOrigin&) const override;
virtual void setReplicatedSandboxFlags(WebSandboxFlags) const override;
virtual void setReplicatedName(const WebString&) const override;
+ virtual void DispatchFrameOwnerLoadEvent() const override;
void didStartLoading() override;
void didStopLoading() override;

Powered by Google App Engine
This is Rietveld 408576698