diff options
author | Georg Streich <georg.streich@bluewin.ch> | 2018-01-15 16:25:51 +0100 |
---|---|---|
committer | Georg Streich <georg.streich@bluewin.ch> | 2018-01-15 16:25:51 +0100 |
commit | 4b7cb2080e37a8992eb95824753829a36810522f (patch) | |
tree | 9a87378159b26d307444f561c28ef4fbc1cb2cc9 /components/layout_thread | |
parent | 75f39b42abc88a2597186fe845d2deaa15bdb6da (diff) | |
download | servo-4b7cb2080e37a8992eb95824753829a36810522f.tar.gz servo-4b7cb2080e37a8992eb95824753829a36810522f.zip |
Decoupled gfx and metrics
Diffstat (limited to 'components/layout_thread')
-rw-r--r-- | components/layout_thread/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_thread/lib.rs b/components/layout_thread/lib.rs index 2c72bd6f4b7..c37d3ada351 100644 --- a/components/layout_thread/lib.rs +++ b/components/layout_thread/lib.rs @@ -1042,7 +1042,7 @@ impl LayoutThread { // Observe notifications about rendered frames if needed right before // sending the display list to WebRender in order to set time related // Progressive Web Metrics. - self.paint_time_metrics.maybe_observe_paint_time(self, epoch, &display_list); + self.paint_time_metrics.maybe_observe_paint_time(self, epoch, &*display_list); self.webrender_api.set_display_list( self.webrender_document, |