mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Completed implementation of devtools' getLayout
.
This commit is contained in:
parent
9ab2da3cd1
commit
0785d91ae4
13 changed files with 225 additions and 42 deletions
|
@ -185,7 +185,6 @@ unsafe impl Send for OpaqueStyleAndLayoutData {}
|
|||
|
||||
no_jsmanaged_fields!(OpaqueStyleAndLayoutData);
|
||||
|
||||
|
||||
impl OpaqueStyleAndLayoutData {
|
||||
/// Sends the style and layout data, if any, back to the layout thread to be destroyed.
|
||||
pub fn dispose(self, node: &Node) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue