mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +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 {
|
||||
Invalid,
|
||||
OnScreen(Browser),
|
||||
OffScreen(Browser),
|
||||
OnScreen(Browser<glutin_app::window::Window>),
|
||||
OffScreen(Browser<window::Window>),
|
||||
}
|
||||
|
||||
impl ServoBrowser {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue