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

Unified Diff: content/browser/frame_host/frame_tree.cc

Issue 616133002: Make RenderFrame(Host) own a RenderWidget(Host). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed output surface problems, combined RenderFrame and RenderWidget creation Created 6 years, 2 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: content/browser/frame_host/frame_tree.cc
diff --git a/content/browser/frame_host/frame_tree.cc b/content/browser/frame_host/frame_tree.cc
index 077cf08b1681ac1329ccebe28055b32546e186ee..7a99d811f7f32c34e4b1a4eca52aa5e5052323f0 100644
--- a/content/browser/frame_host/frame_tree.cc
+++ b/content/browser/frame_host/frame_tree.cc
@@ -186,9 +186,7 @@ void FrameTree::CreateProxiesForSiteInstance(
if (!render_view_host) {
root()->render_manager()->CreateRenderFrame(site_instance,
MSG_ROUTING_NONE,
- true,
- false,
- true);
+ SWAPPED_OUT | HIDDEN);
}
}

Powered by Google App Engine
This is Rietveld 408576698