| Index: content/test/test_web_contents.cc
|
| diff --git a/content/test/test_web_contents.cc b/content/test/test_web_contents.cc
|
| index 2aad895d9823bc9e72dbb8187b04e9e4a9bbfb1c..a44926f819dd662866d4d2d0fd067f58b67f1b9f 100644
|
| --- a/content/test/test_web_contents.cc
|
| +++ b/content/test/test_web_contents.cc
|
| @@ -163,7 +163,7 @@ bool TestWebContents::CreateRenderViewForRenderManager(
|
| // This will go to a TestRenderViewHost.
|
| static_cast<RenderViewHostImpl*>(render_view_host)
|
| ->CreateRenderView(opener_frame_routing_id, proxy_routing_id, -1,
|
| - replicated_frame_state, false);
|
| + replicated_frame_state, false, 0.0);
|
| return true;
|
| }
|
|
|
|
|