mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
ports/cef: Implement accelerated compositing for the CEF port.
This commit is contained in:
parent
315e166cf7
commit
8b2aadc30b
35 changed files with 1746 additions and 642 deletions
|
@ -65,7 +65,10 @@ pub enum ConstellationControlMsg {
|
|||
SendEventMsg(PipelineId, CompositorEvent),
|
||||
/// Notifies script that reflow is finished.
|
||||
ReflowCompleteMsg(PipelineId, uint),
|
||||
/// Notifies script of the viewport.
|
||||
ViewportMsg(PipelineId, Rect<f32>),
|
||||
/// Requests that the script task immediately send the constellation the title of a pipeline.
|
||||
GetTitleMsg(PipelineId),
|
||||
}
|
||||
|
||||
/// Events from the compositor that the script task needs to know about
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue