dom: Calculate the viewport size of iframes when they are first added to the tree.

This commit is contained in:
Josh Matthews 2019-11-06 15:55:11 -05:00
parent 38e4ae0833
commit fd260f78c8
10 changed files with 72 additions and 11 deletions

1
Cargo.lock generated
View file

@ -4221,6 +4221,7 @@ dependencies = [
"servo_atoms",
"servo_url",
"style",
"style_traits",
"webrender_api",
]