| Index: content/renderer/render_thread_impl.cc
|
| diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
|
| index 083099e583465e1ad2aa319e745c23b8ca161eae..6ce8d58ff97ea008a2c6176e1cd779ed731178b2 100644
|
| --- a/content/renderer/render_thread_impl.cc
|
| +++ b/content/renderer/render_thread_impl.cc
|
| @@ -1738,7 +1738,7 @@ void RenderThreadImpl::OnCreateNewFrame(FrameMsg_NewFrame_Params params) {
|
| params.routing_id, params.proxy_routing_id, params.opener_routing_id,
|
| params.parent_routing_id, params.previous_sibling_routing_id,
|
| params.replication_state, compositor_deps, params.widget_params,
|
| - params.frame_owner_properties.ToWebFrameOwnerProperties());
|
| + params.frame_owner_properties);
|
| }
|
|
|
| void RenderThreadImpl::OnCreateNewFrameProxy(
|
|
|