mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Private browsing - Initial steps
This commit is contained in:
parent
afa5ae4c72
commit
af64a888e6
5 changed files with 36 additions and 0 deletions
|
@ -58,6 +58,7 @@ pub struct Pipeline {
|
|||
/// animations cause composites to be continually scheduled.
|
||||
pub running_animations: bool,
|
||||
pub children: Vec<FrameId>,
|
||||
pub is_private: bool,
|
||||
}
|
||||
|
||||
/// The subset of the pipeline that is needed for layer composition.
|
||||
|
@ -275,6 +276,7 @@ impl Pipeline {
|
|||
children: vec!(),
|
||||
size: size,
|
||||
running_animations: false,
|
||||
is_private: false,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue