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 windowing #6016

Merged
merged 8 commits into from May 15, 2015
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 17390e75ece0afafdffc0fb4df4040b696a02c6f
@@ -137,6 +137,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.