mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Format component compositing #21373
This commit is contained in:
parent
1ee3deea27
commit
e4cd04399e
5 changed files with 363 additions and 255 deletions
|
@ -20,7 +20,6 @@ use style_traits::viewport::ViewportConstraints;
|
|||
use webrender;
|
||||
use webrender_api::{self, DeviceIntPoint, DeviceUintSize};
|
||||
|
||||
|
||||
/// Sends messages to the compositor.
|
||||
pub struct CompositorProxy {
|
||||
pub sender: Sender<Msg>,
|
||||
|
@ -48,7 +47,7 @@ impl Clone for CompositorProxy {
|
|||
|
||||
/// The port that the compositor receives messages on.
|
||||
pub struct CompositorReceiver {
|
||||
pub receiver: Receiver<Msg>
|
||||
pub receiver: Receiver<Msg>,
|
||||
}
|
||||
|
||||
impl CompositorReceiver {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue