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

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

Issue 1359163005: Remove surface_id from RenderWidget/RenderWidgetHost and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@channel_creation_preempt
Patch Set: fix more tests Created 5 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: content/browser/frame_host/frame_tree_node.cc
diff --git a/content/browser/frame_host/frame_tree_node.cc b/content/browser/frame_host/frame_tree_node.cc
index f317b2887cab4643b07b30241b87df3044d644ff..c44c19c10778baeacdfc9e1007f9bbfe3bef8999 100644
--- a/content/browser/frame_host/frame_tree_node.cc
+++ b/content/browser/frame_host/frame_tree_node.cc
@@ -134,7 +134,7 @@ void FrameTreeNode::AddChild(scoped_ptr<FrameTreeNode> child,
render_manager_.current_host()->GetSiteInstance()->GetBrowserContext(),
render_manager_.current_host()->GetSiteInstance(),
render_manager_.current_host()->GetRoutingID(), frame_routing_id,
- MSG_ROUTING_NONE, 0 /* surface_id */);
+ MSG_ROUTING_NONE);
child->set_parent(this);
// Other renderer processes in this BrowsingInstance may need to find out

Powered by Google App Engine
This is Rietveld 408576698