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

Unified Diff: content/test/test_render_frame_host.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
« no previous file with comments | « content/test/test_render_frame_host.h ('k') | content/test/test_render_frame_host_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_render_frame_host.cc
diff --git a/content/test/test_render_frame_host.cc b/content/test/test_render_frame_host.cc
index 574ca8f417a0509f1ece377ab5e627f501075a55..db0dd6c16c20ce12e33fdbb1f40cc52919d7b893 100644
--- a/content/test/test_render_frame_host.cc
+++ b/content/test/test_render_frame_host.cc
@@ -48,7 +48,6 @@ TestRenderFrameHost::TestRenderFrameHost(SiteInstance* site_instance,
FrameTreeNode* frame_tree_node,
int32 routing_id,
int32 widget_routing_id,
- int32 surface_id,
int flags)
: RenderFrameHostImpl(site_instance,
render_view_host,
@@ -58,7 +57,6 @@ TestRenderFrameHost::TestRenderFrameHost(SiteInstance* site_instance,
frame_tree_node,
routing_id,
widget_routing_id,
- surface_id,
flags),
child_creation_observer_(delegate ? delegate->GetAsWebContents() : NULL),
contents_mime_type_("text/html"),
« no previous file with comments | « content/test/test_render_frame_host.h ('k') | content/test/test_render_frame_host_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698