Bug 1371838 - set the window_id as renderer_id to WR. r=jrmuizel

MozReview-Commit-ID: 7YbQNzTNpmE
This commit is contained in:
JerryShih 2017-11-11 18:57:31 +08:00
parent 4eb77c1992
commit c061f3959d

View File

@ -697,6 +697,7 @@ pub extern "C" fn wr_window_new(window_id: WrWindowId,
}
}
},
renderer_id: Some(window_id.0),
..Default::default()
};