Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upExperiment with moving Servo -> Compositor communication to a channel #18259
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently compositor methods are being called directly by servo, in response to
WindowEventas in https://github.com/gterzian/servo/blob/066e71ece5df3aad0813dad413112bf1b6403ce0/components/servo/lib.rs#L256, instead a channel similar toconstellation_chancould be used to communicate with the compositor.Previous discussion found in #17269 (comment)
Should probably wait to see how Constellation should not assume there's only one compositor turns out.