aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_thread/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout_thread/lib.rs')
-rw-r--r--components/layout_thread/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/layout_thread/lib.rs b/components/layout_thread/lib.rs
index ecfa17ff1d2..e15fa4e98b4 100644
--- a/components/layout_thread/lib.rs
+++ b/components/layout_thread/lib.rs
@@ -1067,7 +1067,8 @@ impl LayoutThread {
Some(get_root_flow_background_color(layout_root)),
viewport_size,
builder.finalize(),
- true);
+ true,
+ webrender_api::ResourceUpdates::new());
self.webrender_api.generate_frame(self.webrender_document, None);
});
}