Index: public/web/WebFrameClient.h |
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h |
index a0711d29abdf1308a9de41c4946bb61d5c75a222..6de2add87c79464ce68c6c1472c87c5cd7e306e1 100644 |
--- a/public/web/WebFrameClient.h |
+++ b/public/web/WebFrameClient.h |
@@ -312,6 +312,10 @@ public: |
// The frame's theme color has changed. |
virtual void didChangeThemeColor() { } |
+ // Called to dispatch a load event for this frame in the FrameOwner of an |
+ // out-of-process parent frame. |
+ virtual void dispatchLoad() { } |
+ |
// Transition navigations ----------------------------------------------- |