mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
update cef build with proper Window params
This commit is contained in:
parent
2bb109b14f
commit
f6682c2f96
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ thread_local!(pub static BROWSERS: RefCell<Vec<CefBrowser>> = RefCell::new(vec!(
|
||||||
|
|
||||||
pub enum ServoBrowser {
|
pub enum ServoBrowser {
|
||||||
Invalid,
|
Invalid,
|
||||||
OnScreen(Browser),
|
OnScreen(Browser<glutin_app::window::Window>),
|
||||||
OffScreen(Browser),
|
OffScreen(Browser<window::Window>),
|
||||||
}
|
}
|
||||||
|
|
||||||
impl ServoBrowser {
|
impl ServoBrowser {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue