mirror of
https://github.com/servo/servo.git
synced 2025-06-10 09:33:13 +00:00
frame-resize refactor
This commit is contained in:
parent
04a3242dc5
commit
bca565a1a3
6 changed files with 54 additions and 44 deletions
|
@ -691,8 +691,6 @@ pub enum WebDriverCommandMsg {
|
|||
pub enum ConstellationMsg {
|
||||
/// Exit the constellation.
|
||||
Exit,
|
||||
/// Inform the constellation of the size of the viewport.
|
||||
FrameSize(PipelineId, Size2D<f32>),
|
||||
/// Request that the constellation send the FrameId corresponding to the document
|
||||
/// with the provided pipeline id
|
||||
GetFrame(PipelineId, IpcSender<Option<FrameId>>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue