Index: content/renderer/render_thread_impl.cc |
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc |
index 5ce43bb78f39c89f1c5f953eb0097124a83e5fa3..43f54bbf5ad7ad34b961743f41300062975342e4 100644 |
--- a/content/renderer/render_thread_impl.cc |
+++ b/content/renderer/render_thread_impl.cc |
@@ -1628,7 +1628,8 @@ void RenderThreadImpl::OnCreateNewFrame(FrameMsg_NewFrame_Params params) { |
RenderFrameImpl::CreateFrame( |
params.routing_id, params.parent_routing_id, |
params.previous_sibling_routing_id, params.proxy_routing_id, |
- params.replication_state, compositor_deps, params.widget_params); |
+ params.replication_state, compositor_deps, params.widget_params, |
+ params.frame_owner_properties); |
alexmos
2015/09/02 21:42:09
Heads-up: this will conflict with https://coderevi
lazyboy
2015/09/15 19:30:56
Acknowledged.
|
} |
void RenderThreadImpl::OnCreateNewFrameProxy( |