Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove CompositorEventListener trait #11443

Merged
merged 2 commits into from Jun 1, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

update cef build with proper Window params

  • Loading branch information
kyleheadley committed May 31, 2016
commit f6682c2f96805aa24823c0be9bf904862f868ef1
@@ -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 {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.