mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Further changes required by Servo
This commit is contained in:
parent
e74b41cafe
commit
5c861b90c5
1 changed files with 6 additions and 0 deletions
|
@ -220,6 +220,12 @@ impl Device {
|
||||||
_ => false,
|
_ => false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Return whether the document is a chrome document.
|
||||||
|
#[inline]
|
||||||
|
pub fn is_chrome_document(&self) -> bool {
|
||||||
|
false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// https://drafts.csswg.org/mediaqueries-4/#width
|
/// https://drafts.csswg.org/mediaqueries-4/#width
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue