| Index: content/renderer/render_thread_impl.cc
|
| diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
|
| index 631bcf6e8c8c822c2f11cedf1d4adf38e27a64f2..be35314b70a0e2ed5d9b645c677c60774cf0d646 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(
|
|
|