Index: public/web/WebRemoteFrame.h |
diff --git a/public/web/WebRemoteFrame.h b/public/web/WebRemoteFrame.h |
index 43e3ddf9158ac043ad572b387674f62f317a75dc..ca0c1ab6a2436bbaa24f2bc95a6630719935cfeb 100644 |
--- a/public/web/WebRemoteFrame.h |
+++ b/public/web/WebRemoteFrame.h |
@@ -19,6 +19,9 @@ public: |
// Transfer initial drawing parameters from a local frame. |
virtual void initializeFromFrame(WebLocalFrame*) const = 0; |
+ |
+ // Set security origin replicated from another process |
+ virtual void setReplicatedOrigin(const WebSecurityOrigin&) const = 0; |
}; |
} // namespace blink |