mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Bug 1341083: Implement dynamic restyling for display: contents. r=heycam
MozReview-Commit-ID: KimTU2j4V4p Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
This commit is contained in:
parent
524ba6a442
commit
6875c65d37
11 changed files with 111 additions and 18 deletions
|
@ -689,6 +689,7 @@ impl MaybeNew for ViewportConstraints {
|
|||
is_root_element: false,
|
||||
viewport_size: initial_viewport,
|
||||
inherited_style: device.default_values(),
|
||||
layout_parent_style: device.default_values(),
|
||||
style: device.default_values().clone(),
|
||||
font_metrics_provider: None, // TODO: Should have!
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue