mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Retrieve some basic layout properties for nodes to make the box model somewhat useful.
This commit is contained in:
parent
fa57fe890b
commit
fae7ce3c1d
7 changed files with 101 additions and 31 deletions
|
@ -70,6 +70,7 @@ pub enum DevtoolScriptControlMsg {
|
|||
GetRootNode(PipelineId, Sender<NodeInfo>),
|
||||
GetDocumentElement(PipelineId, Sender<NodeInfo>),
|
||||
GetChildren(PipelineId, String, Sender<Vec<NodeInfo>>),
|
||||
GetLayout(PipelineId, String, Sender<(f32, f32)>),
|
||||
}
|
||||
|
||||
/// Messages to instruct devtools server to update its state relating to a particular
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue