Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Unified Diff: content/renderer/render_thread_impl.cc

Issue 1307013004: Propagate scrolling/marginwidth/marginheight property values to child frame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: content_unittests compile fix Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index d57356c77d155da9a360e7d5be6e137d805ea695..92b5bb0aa0bdb7c8db6467abb6ed99f07b6633a6 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -1641,7 +1641,8 @@ void RenderThreadImpl::OnCreateNewFrame(FrameMsg_NewFrame_Params params) {
RenderFrameImpl::CreateFrame(
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.replication_state, compositor_deps, params.widget_params,
+ params.frame_owner_properties);
}
void RenderThreadImpl::OnCreateNewFrameProxy(
« no previous file with comments | « content/renderer/render_frame_impl_browsertest.cc ('k') | content/test/data/frame_owner_properties_margin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698