mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Make no_viewport_percentage! use an absolute path for HasViewportPercentage
This commit is contained in:
parent
c8171ed5d7
commit
f7459fd848
7 changed files with 1 additions and 7 deletions
|
@ -671,7 +671,6 @@ impl SizeKeyword {
|
|||
#[derive(Debug, Clone, PartialEq)]
|
||||
#[cfg_attr(feature = "servo", derive(HeapSizeOf))]
|
||||
pub struct LayerImage(pub Option<Image>);
|
||||
use values::HasViewportPercentage;
|
||||
no_viewport_percentage!(LayerImage);
|
||||
|
||||
impl ToCss for LayerImage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue