diff options
author | Glenn Watson <github@intuitionlibrary.com> | 2017-01-30 16:33:14 +1000 |
---|---|---|
committer | Glenn Watson <github@intuitionlibrary.com> | 2017-02-01 05:40:44 +1000 |
commit | 4cbefe82b5b8adb0ddeecc6d105b46df7d1034ee (patch) | |
tree | 1a1c7a9f0b515b1ffff503f1b62b98bd694fb1a5 /components/layout_thread/lib.rs | |
parent | 71deabc8bc40baaccf15415cc1f789392de62f2c (diff) | |
download | servo-4cbefe82b5b8adb0ddeecc6d105b46df7d1034ee.tar.gz servo-4cbefe82b5b8adb0ddeecc6d105b46df7d1034ee.zip |
Update WR (radial gradients, subpixel positioning, tiling changes).
Diffstat (limited to 'components/layout_thread/lib.rs')
-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(); }); } |