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

Unified Diff: content/renderer/render_frame_impl_browsertest.cc

Issue 1118083004: Revert of OOPIF: Specify previous sibling frames when creating new RenderFrames. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/renderer/render_thread_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl_browsertest.cc
diff --git a/content/renderer/render_frame_impl_browsertest.cc b/content/renderer/render_frame_impl_browsertest.cc
index a3dc84b1711fe32711de5081472c0affa93b6c44..633c18a6fba372d28ccd3e77dfb6a4e4e0bd7678 100644
--- a/content/renderer/render_frame_impl_browsertest.cc
+++ b/content/renderer/render_frame_impl_browsertest.cc
@@ -53,8 +53,7 @@
->OnSwapOut(kFrameProxyRouteId, false, FrameReplicationState());
RenderFrameImpl::CreateFrame(kSubframeRouteId, kFrameProxyRouteId,
- MSG_ROUTING_NONE, MSG_ROUTING_NONE,
- FrameReplicationState(),
+ MSG_ROUTING_NONE, FrameReplicationState(),
compositor_deps_.get(), widget_params);
frame_ = RenderFrameImpl::FromRoutingID(kSubframeRouteId);
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/renderer/render_thread_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698