Clarify hololens loop

This commit is contained in:
Paul Rouget 2019-08-01 02:00:04 +02:00
parent 196c511d5e
commit b7667ff362
3 changed files with 50 additions and 58 deletions

View file

@ -488,7 +488,8 @@ impl ServoGlue {
.host_callbacks
.on_allow_navigation(url.to_string());
let window_event = WindowEvent::AllowNavigationResponse(pipeline_id, data);
let _ = self.process_event(window_event);
self.events.push(window_event);
let _ = self.perform_updates();
}
},
EmbedderMsg::HistoryChanged(entries, current) => {