mirror of
https://github.com/servo/servo.git
synced 2025-07-30 10:40:27 +01:00
Decoupled gfx and metrics
This commit is contained in:
parent
75f39b42ab
commit
4b7cb2080e
7 changed files with 29 additions and 24 deletions
|
@ -105,3 +105,8 @@ pub fn node_id_from_clip_id(id: usize) -> Option<usize> {
|
|||
}
|
||||
None
|
||||
}
|
||||
|
||||
pub trait DisplayList {
|
||||
/// Returns true if this display list contains meaningful content.
|
||||
fn is_contentful(&self) -> bool;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue