mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Return the result from process_content_boxes_request.
This commit is contained in:
parent
a84055d8fe
commit
60e60b6f8a
2 changed files with 5 additions and 5 deletions
|
@ -1230,7 +1230,7 @@ impl LayoutTask {
|
|||
ReflowQueryType::ContentBoxQuery(node) =>
|
||||
process_content_box_request(node, &mut root_flow, &mut rw_data),
|
||||
ReflowQueryType::ContentBoxesQuery(node) =>
|
||||
process_content_boxes_request(node, &mut root_flow, &mut rw_data),
|
||||
rw_data.content_boxes_response = process_content_boxes_request(node, &mut root_flow),
|
||||
ReflowQueryType::NodeGeometryQuery(node) =>
|
||||
rw_data.client_rect_response = self.process_node_geometry_request(node, &mut root_flow),
|
||||
ReflowQueryType::ResolvedStyleQuery(node, ref pseudo, ref property) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue