mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Lookup frames by frame_id, not pipeline_id.
This commit is contained in:
parent
4984a83f67
commit
f3993d99b9
13 changed files with 187 additions and 164 deletions
|
@ -739,6 +739,7 @@ impl<Window: WindowMethods> IOCompositor<Window> {
|
|||
fn set_frame_tree(&mut self,
|
||||
frame_tree: &SendableFrameTree,
|
||||
response_chan: IpcSender<()>) {
|
||||
debug!("Setting the frame tree for pipeline {}", frame_tree.pipeline.id);
|
||||
if let Err(e) = response_chan.send(()) {
|
||||
warn!("Sending reponse to set frame tree failed ({}).", e);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue