diff options
author | Alan Jeffrey <ajeffrey@mozilla.com> | 2019-11-15 09:18:55 -0600 |
---|---|---|
committer | Alan Jeffrey <ajeffrey@mozilla.com> | 2019-11-18 09:40:58 -0600 |
commit | 124de750897da0ba1dfb00966deff8591d9375cd (patch) | |
tree | 3893c224b7f16b8b367f4bc2d22c108c302e5aef /components/compositing/compositor_thread.rs | |
parent | f890d2e21db8f953c45cd259a75976c4bff2a09b (diff) | |
download | servo-124de750897da0ba1dfb00966deff8591d9375cd.tar.gz servo-124de750897da0ba1dfb00966deff8591d9375cd.zip |
Avoid recompiling script every time surfman changes
Diffstat (limited to 'components/compositing/compositor_thread.rs')
-rw-r--r-- | components/compositing/compositor_thread.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/compositing/compositor_thread.rs b/components/compositing/compositor_thread.rs index f5a14352c96..bdb35fa0db2 100644 --- a/components/compositing/compositor_thread.rs +++ b/components/compositing/compositor_thread.rs @@ -164,5 +164,5 @@ pub struct InitialCompositorState { pub webrender_document: webrender_api::DocumentId, pub webrender_api: webrender_api::RenderApi, pub webvr_heartbeats: Vec<Box<dyn WebVRMainThreadHeartbeat>>, - pub webxr_main_thread: webxr_api::MainThreadRegistry, + pub webxr_main_thread: webxr::MainThreadRegistry, } |