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

Unified Diff: public/web/WebRemoteFrame.h

Issue 591413004: Send initializeChildFrame from RenderFrameProxy instead of WebLocalFrame (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move initializeReplacementFrame to WebRemoteFrame Created 6 years, 3 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: public/web/WebRemoteFrame.h
diff --git a/public/web/WebRemoteFrame.h b/public/web/WebRemoteFrame.h
index 8d756ce04a9bc052ae8eaa00d67044fae70c7213..43e3ddf9158ac043ad572b387674f62f317a75dc 100644
--- a/public/web/WebRemoteFrame.h
+++ b/public/web/WebRemoteFrame.h
@@ -16,6 +16,9 @@ public:
virtual WebLocalFrame* createLocalChild(const WebString& name, WebFrameClient*) = 0;
virtual WebRemoteFrame* createRemoteChild(const WebString& name, WebRemoteFrameClient*) = 0;
+
+ // Transfer initial drawing parameters from a local frame.
+ virtual void initializeFromFrame(WebLocalFrame*) const = 0;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698