diff options
Diffstat (limited to 'components/layout_thread')
-rw-r--r-- | components/layout_thread/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout_thread/lib.rs b/components/layout_thread/lib.rs index 8297c6a725c..8fe49ef5cd8 100644 --- a/components/layout_thread/lib.rs +++ b/components/layout_thread/lib.rs @@ -988,6 +988,7 @@ impl LayoutThread { webrender_traits::Epoch(epoch_number), viewport_size, builder); + self.webrender_api.generate_frame(); }); } |