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

Embedding api GOOOOOOOooooooooooooooooo #6015

Closed
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

fix embedding rendering when using a child window

compositing must be initialized automatically in this case
  • Loading branch information
Mike Blumenkrantz
Mike Blumenkrantz committed May 12, 2015
commit 4e9b592291f3bc7b0105fda81ca2d3869b72d213
@@ -138,6 +138,9 @@ impl ServoCefBrowserExtensions for CefBrowser {

self.downcast().host.set_browser((*self).clone());
self.downcast().frame.set_browser((*self).clone());
if window_info.parent_window != 0 {
self.downcast().host.initialize_compositing();
}
}

fn send_window_event(&self, event: WindowEvent) {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.