summaryrefslogtreecommitdiffstats
path: root/content/test/test_web_contents.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/test/test_web_contents.h')
-rw-r--r--content/test/test_web_contents.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/content/test/test_web_contents.h b/content/test/test_web_contents.h
index 53bc82a..de3a103 100644
--- a/content/test/test_web_contents.h
+++ b/content/test/test_web_contents.h
@@ -61,10 +61,12 @@ class TestWebContents : public WebContentsImpl, public WebContentsTester {
bool CrossProcessNavigationPending();
// Prevent interaction with views.
- bool CreateRenderViewForRenderManager(RenderViewHost* render_view_host,
- int opener_route_id,
- int proxy_routing_id,
- bool for_main_frame) override;
+ bool CreateRenderViewForRenderManager(
+ RenderViewHost* render_view_host,
+ int opener_route_id,
+ int proxy_routing_id,
+ const FrameReplicationState& replicated_frame_state,
+ bool for_main_frame) override;
void UpdateRenderViewSizeForRenderManager() override {}
// Returns a clone of this TestWebContents. The returned object is also a