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

Unified Diff: Source/core/frame/RemoteFrame.cpp

Issue 1109213002: Make createWindow (mostly) work with OOPIF (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 8 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/core/frame/RemoteFrame.cpp
diff --git a/Source/core/frame/RemoteFrame.cpp b/Source/core/frame/RemoteFrame.cpp
index d9ac8dcb69ddace0ccacd24674eb332f971b0506..6ac39f0f07a03f78c45c47175af4db11cf073ae1 100644
--- a/Source/core/frame/RemoteFrame.cpp
+++ b/Source/core/frame/RemoteFrame.cpp
@@ -59,6 +59,11 @@ WindowProxy* RemoteFrame::windowProxy(DOMWrapperWorld& world)
return windowProxy;
}
+Widget* RemoteFrame::widget() const
+{
+ return view();
+}
+
void RemoteFrame::navigate(Document& originDocument, const KURL& url, bool lockBackForwardList)
{
// The process where this frame actually lives won't have sufficient information to determine

Powered by Google App Engine
This is Rietveld 408576698